aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2010-01-23 04:23:42 +0000
committerRob Austein <sra@hactrn.net>2010-01-23 04:23:42 +0000
commit48035d4f820a7e475eea5ea51a934bd6b3fc4d27 (patch)
treec9722abad6bee70f388b50945c0adcb6a7fec258
parent4fcf2c4c6b5a59ee488d70c0f0f47618f9791721 (diff)
Doh, debug message already obsolete when checked in.
svn path=/rpkid/rpki/async.py; revision=2961
-rw-r--r--rpkid/rpki/async.py2
1 files changed, 1 insertions, 1 deletions
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))