summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_pkg_sets.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-07-17 15:25:13 +0200
committerHolger Levsen <holger@layer-acht.org>2016-07-17 15:25:13 +0200
commitc201e1a08e0fedfee76df1fe5453a2f22c4d7775 (patch)
tree752be870c7d0d9eacd9e434a63fb0e6c2a092012 /bin/reproducible_html_pkg_sets.py
parent3eec52dab6a2ed555bf718ca480fc848ef460494 (diff)
downloadjenkins.debian.net-c201e1a08e0fedfee76df1fe5453a2f22c4d7775.tar.xz
reproducible Debian: improve logging, only show non-actions in debug mode
Diffstat (limited to 'bin/reproducible_html_pkg_sets.py')
-rwxr-xr-xbin/reproducible_html_pkg_sets.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_pkg_sets.py b/bin/reproducible_html_pkg_sets.py
index 42a7ea6f..69bc59ac 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)