diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-11-17 16:43:44 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-11-17 16:43:44 (GMT) |
commit | b2a8e6da5ef1dbdaa06d52fd9e8d83772504d16d (patch) | |
tree | ae2261c162cb72d22c7db4488681f0f60e0bd677 /src | |
parent | 99576365aed2fd1fff9101c14dbe545bc3820beb (diff) |
added log output for server selection command
Diffstat (limited to 'src')
-rw-r--r-- | src/rhctl/switch_control.go | 1 |
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 } |