diff options
-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 |