diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_pkg_sets.py | 4 |
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) |