mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Cooler upkeep logging message. Again.
This commit is contained in:
parent
c0f3c7d9ba
commit
393a5b48f3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user