summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rhctl/switch_control.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rhctl/switch_control.go b/src/rhctl/switch_control.go
index 58575d6..56063f4 100644
--- a/src/rhctl/switch_control.go
+++ b/src/rhctl/switch_control.go
@@ -237,6 +237,7 @@ func (ctrl *SwitchControl) selectServerChannel(server, channel string) bool {
ctrl.sw.Commands <- &SwitchCommand{SwitchCmdAudioFadeUpInput, []interface{}{newIn}, nil}
ctrl.settling.Reset(ctrl.SelectServerSettlingTime)
ctrl.state.Settled = false
+ rhl.Printf("SwitchCTRL: selecting server/channel: '%s/%s'", server, channel)
return true
}