diff --git a/src/world.py b/src/world.py index 236c95705..5c0df355c 100644 --- a/src/world.py +++ b/src/world.py @@ -92,8 +92,7 @@ def upkeep(): log.debug('Pattern cache size: %s'%len(ircutils._patternCache)) log.debug('HostmaskPatternEqual cache size: %s' % len(ircutils._hostmaskPatternEqualCache)) - log.info('%s Upkeep ran. Flushers flushed and garbage collected.', - log.timestamp()) + log.info('%s Flushers flushed and garbage collected.', log.timestamp()) return collected def makeDriversDie():