Cooler upkeep logging message.

This commit is contained in:
Jeremy Fincher 2004-02-03 05:38:02 +00:00
parent e9aac2e191
commit c0f3c7d9ba
1 changed files with 2 additions and 1 deletions

View File

@ -92,7 +92,8 @@ 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.', log.timestamp())
log.info('%s Upkeep ran. Flushers flushed and memory reclaimed.',
log.timestamp())
return collected
def makeDriversDie():