diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-09-22 22:36:56 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-09-22 22:49:28 (GMT) |
commit | 9659ee9e7c3f39832d83b383872e7eb0e16af79a (patch) | |
tree | 7384c89d6845630f17be38594615232704646adb | |
parent | a837fefdd2e86bcc54673f2ca571ec3bb7ea1eca (diff) |
nicer log on startup
-rw-r--r-- | src/rhctl/switch_control.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |