Slight log message change.

This commit is contained in:
Jeremy Fincher 2004-09-24 14:37:24 +00:00
parent 728ad5788b
commit ec7ba362c4

View File

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