mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-20 07:30:54 +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('Pattern cache size: %s'%len(ircutils._patternCache))
|
||||||
log.debug('HostmaskPatternEqual cache size: %s' %
|
log.debug('HostmaskPatternEqual cache size: %s' %
|
||||||
len(ircutils._hostmaskPatternEqualCache))
|
len(ircutils._hostmaskPatternEqualCache))
|
||||||
log.info('%s Upkeep ran. Flushers flushed and garbage collected.',
|
log.info('%s Flushers flushed and garbage collected.', log.timestamp())
|
||||||
log.timestamp())
|
|
||||||
return collected
|
return collected
|
||||||
|
|
||||||
def makeDriversDie():
|
def makeDriversDie():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user