From 9659ee9e7c3f39832d83b383872e7eb0e16af79a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 23 Sep 2016 00:36:56 +0200 Subject: nicer log on startup diff --git a/src/rhctl/switch_control.go b/src/rhctl/switch_control.go index ec77b2e..ad0611f 100644 --- a/src/rhctl/switch_control.go +++ b/src/rhctl/switch_control.go @@ -257,7 +257,7 @@ func (ctrl *SwitchControl) reconcile(requestedServer string) (result bool) { } func (ctrl *SwitchControl) Run() { - rhdl.Printf("SwitchCTRL: handler running...") + rhl.Printf("SwitchCTRL: starting up -> now in mood: %s", ctrl.state.Mood) ctrl.settling = time.NewTimer(30 * time.Second) // TODO: hardcode value ctrl.state.Settled = false -- cgit v0.10.2