[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: improve logging, only show non-actions in debug mode

Holger Levsen holger at layer-acht.org
Sun Jul 17 13:25:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit c201e1a08e0fedfee76df1fe5453a2f22c4d7775
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Jul 17 15:25:13 2016 +0200

    reproducible Debian: improve logging, only show non-actions in debug mode
---
 bin/reproducible_html_pkg_sets.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_html_pkg_sets.py b/bin/reproducible_html_pkg_sets.py
index 42a7ea6..69bc59a 100755
--- a/bin/reproducible_html_pkg_sets.py
+++ b/bin/reproducible_html_pkg_sets.py
@@ -108,10 +108,10 @@ def update_stats(suite, arch, stats, pkgset_name):
             pkgset_name=pkgset_name, count_good=stats['count_good'],
             count_bad=stats['count_bad'], count_ugly=stats['count_ugly'],
             count_rest=stats['count_rest']))
-        log.info("Updating meta pkgset stats for %s in %s/%s on %s.",
+        log.info("Updating db entry for meta pkgset %s in %s/%s on %s.",
                  pkgset_name, suite, arch, YESTERDAY)
     else:
-        log.info("Stats for meta pkgset %s in %s/%s on %s exist - not updating.",
+        log.debug("Not updating db entry for meta pkgset %s in %s/%s on %s as one exists already.",
                  pkgset_name, suite, arch, YESTERDAY)
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list