mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-08-10 22:18:10 +00:00
Improve debug messages
This commit is contained in:
@@ -92,7 +92,7 @@ func (b *Bsteam) handleEvents() {
|
||||
switch e := event.(type) {
|
||||
case *steam.ChatMsgEvent:
|
||||
b.Log.Debugf("Receiving ChatMsgEvent: %#v", e)
|
||||
b.Log.Debugf("Sending message from %s on %s to gateway", b.getNick(e.ChatterId), b.Account)
|
||||
b.Log.Debugf("<= Sending message from %s on %s to gateway", b.getNick(e.ChatterId), b.Account)
|
||||
var channel int64
|
||||
if e.ChatRoomId == 0 {
|
||||
channel = int64(e.ChatterId)
|
||||
|
Reference in New Issue
Block a user