mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Told people who see garbage to file a bug.
This commit is contained in:
parent
b21b3af3c2
commit
418e14325a
@ -96,7 +96,8 @@ def upkeep(scheduleNext=True):
|
||||
except IOError: # Win98 sux0rs!
|
||||
pass
|
||||
if gc.garbage:
|
||||
log.warning('Uncollectable garbage: %s', gc.garbage)
|
||||
log.warning('Uncollectable garbage (file this as a bug on SF.net): %s',
|
||||
gc.garbage)
|
||||
if conf.daemonized:
|
||||
# If we're daemonized, sys.stdout has been replaced with a StringIO
|
||||
# object, so let's see if anything's been printed, and if so, let's
|
||||
|
Loading…
Reference in New Issue
Block a user