diff --git a/pyircbot/irccore.py b/pyircbot/irccore.py index b63e6ff..ac47d51 100644 --- a/pyircbot/irccore.py +++ b/pyircbot/irccore.py @@ -103,7 +103,7 @@ class IRCCore(asynchat.async_chat): self.log.error("Connection failed (handle_error)") self.log.error(str(args)) self.log.error(str(kwargs)) - self.log(IRCCore.trace()); + self.log.error(IRCCore.trace()); def _connect(self): """Connect to IRC"""