From 48035d4f820a7e475eea5ea51a934bd6b3fc4d27 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 23 Jan 2010 04:23:42 +0000 Subject: Doh, debug message already obsolete when checked in. svn path=/rpkid/rpki/async.py; revision=2961 --- rpkid/rpki/async.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpkid/rpki/async.py b/rpkid/rpki/async.py index c086b21a..49152527 100644 --- a/rpkid/rpki/async.py +++ b/rpkid/rpki/async.py @@ -378,7 +378,7 @@ class gc_summary(object): for name, count in total: if count > self.threshold: rpki.log.debug("gc_summary: %8d %s" % (count, name)) - rpki.log.debug("gc_summary: Tuple counts, length, and leading types in descending order") + rpki.log.debug("gc_summary: Tuple content type signature counts in descending order") for types, count in tuples: if count > self.threshold: rpki.log.debug("gc_summary: %8d (%s)" % (count, types)) -- cgit v1.2.3