Fix logging command
This commit is contained in:
parent
d5b6f9fa70
commit
3c5676b786
@ -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"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user