mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Shortened upkeep message slightly so it fits in a single line with the timestamp.
This commit is contained in:
parent
fe71094ad8
commit
18ce33a61d
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user