4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-26 01:49:22 +00:00

Bump Go version in Travis CI (#518)

This commit is contained in:
Duco van Amstel
2018-10-12 22:14:36 +01:00
committed by Wim
parent 917040b044
commit 97b1fc813b
3 changed files with 3 additions and 5 deletions

View File

@ -843,7 +843,7 @@ func (m *MMClient) StatusLoop() {
if m.OnWsConnect != nil {
m.OnWsConnect()
}
m.log.Debug("StatusLoop:", m.OnWsConnect)
m.log.Debugf("StatusLoop: %p", m.OnWsConnect)
for {
if m.WsQuit {
return