Added network to debug "Incoming message" log.

This commit is contained in:
Jeremy Fincher 2009-12-28 12:17:27 -06:00
parent 0806c0bbc3
commit b774268498
1 changed files with 1 additions and 1 deletions

View File

@ -774,7 +774,7 @@ class Irc(IrcCommandDispatcher):
else:
channel = None
preInFilter = str(msg).rstrip('\r\n')
log.debug('Incoming message: %s', preInFilter)
log.debug('Incoming message (%s): %s', self.network, preInFilter)
# Yeah, so this is odd. Some networks (oftc) seem to give us certain
# messages with our nick instead of our prefix. We'll fix that here.