better _handle_event debug message

This commit is contained in:
Brian S. Stephan 2015-05-12 22:30:32 -05:00
parent cf01114390
commit 8c39b017d3
1 changed files with 2 additions and 1 deletions

View File

@ -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