summaryrefslogtreecommitdiffstats
path: root/bridge/steam/steam.go
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/steam/steam.go')
-rw-r--r--bridge/steam/steam.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/steam/steam.go b/bridge/steam/steam.go
index 0a3a03e9..a0bf757c 100644
--- a/bridge/steam/steam.go
+++ b/bridge/steam/steam.go
@@ -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)