mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
irclib.py: Add network name to 'Outgoing message' debug log message
This commit is contained in:
parent
fc3d3e6c01
commit
c656abf096
@ -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