From b2a8e6da5ef1dbdaa06d52fd9e8d83772504d16d Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 17 Nov 2016 17:43:44 +0100 Subject: added log output for server selection command 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 } -- cgit v0.10.2