Shortened upkeep message slightly so it fits in a single line with the timestamp.

This commit is contained in:
Jeremy Fincher 2004-02-03 16:19:43 +00:00
parent fe71094ad8
commit 18ce33a61d

View File

@ -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():