Skip to content

Commit

Permalink
Better event structure printout
Browse files Browse the repository at this point in the history
  • Loading branch information
insomniacslk committed May 19, 2018
1 parent d39629e commit 6ab982a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func eventHandler(ctx *IrcContext, rtm *slack.RTM) {
// FIXME also send a JOIN / PART message to the IRC client
ctx.GetUsers(true)
default:
log.Printf("SLACK event: %v: %v", msg.Type, msg.Data)
log.Printf("SLACK event: %v: %+v", msg.Type, msg.Data)
}
}
}

0 comments on commit 6ab982a

Please sign in to comment.