mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Merge pull request #300 from nyuszika7h/testing
irclib.py: Add network name to 'Outgoing message' debug log message
This commit is contained in:
commit
1266debdd3
@ -764,7 +764,7 @@ class Irc(IrcCommandDispatcher):
|
|||||||
# On second thought, we need this for testing.
|
# On second thought, we need this for testing.
|
||||||
if world.testing:
|
if world.testing:
|
||||||
self.state.addMsg(self, msg)
|
self.state.addMsg(self, msg)
|
||||||
log.debug('Outgoing message: %s', str(msg).rstrip('\r\n'))
|
log.debug('Outgoing message (%s): %s', self.network, str(msg).rstrip('\r\n'))
|
||||||
return msg
|
return msg
|
||||||
elif self.zombie:
|
elif self.zombie:
|
||||||
# We kill the driver here so it doesn't continue to try to
|
# We kill the driver here so it doesn't continue to try to
|
||||||
|
Loading…
Reference in New Issue
Block a user