diff options
Diffstat (limited to 'matterclient/matterclient.go')
-rw-r--r-- | matterclient/matterclient.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matterclient/matterclient.go b/matterclient/matterclient.go index fbe331e9..117a2fe9 100644 --- a/matterclient/matterclient.go +++ b/matterclient/matterclient.go @@ -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 |