Told people who see garbage to file a bug.

This commit is contained in:
Jeremy Fincher 2004-04-30 05:22:33 +00:00
parent b21b3af3c2
commit 418e14325a
1 changed files with 2 additions and 1 deletions

View File

@ -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