mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
%.2f
This commit is contained in:
parent
0ceb2deb80
commit
f69b87a93a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user