Slight tweak to message.

This commit is contained in:
Jeremy Fincher 2004-08-27 07:12:27 +00:00
parent b8d086d41b
commit 8f3d3908d2
1 changed files with 1 additions and 1 deletions

View File

@ -710,7 +710,7 @@ class Irc(IrcCommandDispatcher):
channel, self.network, elapsed)
popped = True
if popped and not self.startedSync:
log.info('Finished syncing all joined channels.')
log.info('Finished syncing all channels on %s.', self.network)
def doError(self, msg):
"""Handles ERROR messages."""