mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Slight tweak to message.
This commit is contained in:
parent
b8d086d41b
commit
8f3d3908d2
@ -710,7 +710,7 @@ class Irc(IrcCommandDispatcher):
|
|||||||
channel, self.network, elapsed)
|
channel, self.network, elapsed)
|
||||||
popped = True
|
popped = True
|
||||||
if popped and not self.startedSync:
|
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):
|
def doError(self, msg):
|
||||||
"""Handles ERROR messages."""
|
"""Handles ERROR messages."""
|
||||||
|
Loading…
Reference in New Issue
Block a user