This commit is contained in:
Jeremy Fincher 2004-09-16 16:20:58 +00:00
parent 0ceb2deb80
commit f69b87a93a
1 changed files with 1 additions and 1 deletions

View File

@ -776,7 +776,7 @@ class Irc(IrcCommandDispatcher):
now = time.time()
started = self.startedSync.pop(channel)
elapsed = now - started
log.info('Join to %s on %s synced in %s seconds.',
log.info('Join to %s on %s synced in %.2f seconds.',
channel, self.network, elapsed)
popped = True
if popped and not self.startedSync: