changeset 854:25116ab9f0bc beta

added more logs into code stats
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 16 Dec 2010 15:03:38 +0100
parents f67868ef6cd2
children 8bbe9ab76371
files rhodecode/lib/celerylib/tasks.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/lib/celerylib/tasks.py	Thu Dec 16 12:45:53 2010 +0100
+++ b/rhodecode/lib/celerylib/tasks.py	Thu Dec 16 15:03:38 2010 +0100
@@ -173,6 +173,7 @@
     log.debug('revisions to parse %s', leftovers)
 
     if last_rev == 0 or leftovers < parse_limit:
+        log.debug('getting code trending stats')
         stats.languages = json.dumps(__get_codes_stats(repo_name))
 
     stats.repository = dbrepo