Cooler upkeep logging message. Again.

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

View File

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