diff --git a/src/irclib.py b/src/irclib.py index 8ce72ed9f..333cd0c14 100644 --- a/src/irclib.py +++ b/src/irclib.py @@ -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: