aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/async.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/rpki/async.py')
-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))