pull/58/head
Mallory Hancock 2019-02-22 13:16:56 -08:00
parent 8bcf296f2f
commit 836a696dc5
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ class Bot(irc.bot.SingleServerIRCBot):
ops=self.ops,
logger=self.logger
))
self.logger.debug(output.event_type)
self.logger.debug(output.msg_type)
self.logger.debug(output.msg)
except Exception as e:
self.logger.exception('issue with listener {}'.format(lstnr))