summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rhctl/switch_control.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rhctl/switch_control.go b/src/rhctl/switch_control.go
index 5c7bd7c..a044124 100644
--- a/src/rhctl/switch_control.go
+++ b/src/rhctl/switch_control.go
@@ -208,7 +208,8 @@ func (ctrl *SwitchControl) reconcile(requestedServer string, snooze bool) (resul
ctrl.state.ActiveServer = swsrv
if s.Channel != swch {
- rhl.Printf("SwitchCTRL: switch and server '%s' channel mismatch: switch = '%s', server = '%s'!", swsrv, swch, s.Channel)
+ ctrl.state.Mood = MoodNervous
+ rhl.Printf("SwitchCTRL: switch and server channel mismatch: '%s' != '%s' -> now in mood: %s", swch, s.Channel, ctrl.state.Mood)
ctrl.selectServer(ctrl.state.ActiveServer)
return
}