changeset 30:74f23dc049e8

added more debug log stats
author Atul Varma <varmaa@toolness.com>
date Sun, 03 Jan 2010 11:37:34 -0800
parents 6fbd38dd976a
children a4df72a6d8a1
files publish_edition.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/publish_edition.py	Sun Jan 03 10:21:53 2010 -0800
+++ b/publish_edition.py	Sun Jan 03 11:37:34 2010 -0800
@@ -144,8 +144,9 @@
                     break
 
     logging.debug('found %d articles (out of a potential %d), totalling '
-                  '%d words.' % 
-                  (total_articles, total_potentials, total_word_count))
+                  '%d words, with contibutions by %s.' % 
+                  (total_articles, total_potentials, total_word_count,
+                   ', '.join(filtered_articles.keys())))
     return normalize(filtered_articles)
 
 def publish_edition(update_whoisi=False,