diff --git a/dr_botzo/ircbot/bot.py b/dr_botzo/ircbot/bot.py index 1b1a687..ede7890 100644 --- a/dr_botzo/ircbot/bot.py +++ b/dr_botzo/ircbot/bot.py @@ -95,7 +95,8 @@ class DrReactor(irc.client.Reactor): Also supports regex handlers. """ - log.debug(u"in DrReactor._handle_event") + log.debug("EVENT: e[%s] s[%s] t[%s] a[%s]", event.type, event.source, + event.target, event.arguments) with self.mutex: # doing regex version first as it has the potential to be more specific