From 418e14325ad91743b2a999572a7c31861d4a0112 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 30 Apr 2004 05:22:33 +0000 Subject: [PATCH] Told people who see garbage to file a bug. --- src/world.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/world.py b/src/world.py index 06923da4d..7561ec720 100644 --- a/src/world.py +++ b/src/world.py @@ -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