Fix logging command

This commit is contained in:
dpedu 2015-08-11 15:24:10 -07:00
parent d5b6f9fa70
commit 3c5676b786
1 changed files with 1 additions and 1 deletions

View File

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