mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-24 03:29:28 +01:00
Had the formatters for that log swapped.
This commit is contained in:
parent
24641b6efe
commit
cc15862d65
@ -666,7 +666,7 @@ class Irc(IrcCommandDispatcher):
|
||||
if not self.zombie:
|
||||
return self.queue.enqueue(msg)
|
||||
else:
|
||||
log.warning('Refusing to queue %r; %s is a zombie.', self, msg)
|
||||
log.warning('Refusing to queue %r; %s is a zombie.', msg, self)
|
||||
return False
|
||||
|
||||
def sendMsg(self, msg):
|
||||
|
Loading…
Reference in New Issue
Block a user