diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-10-09 14:14:40 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-10-09 15:39:03 +0000 |
commit | a0339432be0b5ef01abfae36575b42640c737d90 (patch) | |
tree | 63069bd96ee51610e336ab2a132ad078e3b43c41 | |
parent | 806ad46a59e4f8b1b889b66682cedb016f6fe323 (diff) | |
download | jenkins.debian.net-a0339432be0b5ef01abfae36575b42640c737d90.tar.xz |
reproducible: html_packages: no need to warn two times (at different log levels) about the same thing...
-rwxr-xr-x | bin/reproducible_html_packages.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 6e6a3f85..39c2460d 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -115,7 +115,6 @@ def link_diffs(package, eversion, suite, arch, status): html += '<a href="' + dbdtxt_url + '" target="main">(txt)</a>\n' html += '</li>\n' else: - log.debug('debbindiff not detetected at ' + dbd) if status == 'unreproducible' and not args.ignore_missing_files: log.critical(REPRODUCIBLE_URL + '/' + suite + '/' + arch + '/' + package + ' is unreproducible, but without diffoscope output.') |