summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_notes.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-08 13:27:51 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-08 13:27:51 +0200
commit266184a88e52ebb12a4d6ba31061791cf72ef51a (patch)
treeb0fbfc6b65ba5f1ad9913683e65c1f49f400e50e /bin/reproducible_notes.py
parentf889dff6feaba11c5dfb0a3749908853139f81f8 (diff)
downloadjenkins.debian.net-266184a88e52ebb12a4d6ba31061791cf72ef51a.tar.xz
reproducible: log properly
Diffstat (limited to 'bin/reproducible_notes.py')
-rwxr-xr-xbin/reproducible_notes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_notes.py b/bin/reproducible_notes.py
index fc06821c..adb43a02 100755
--- a/bin/reproducible_notes.py
+++ b/bin/reproducible_notes.py
@@ -48,7 +48,7 @@ def load_notes():
query = query.format(pkg=pkg)
result = query_db(query)
if not result:
- print_warning_message('Warning: This query produces no results: ' + query
+ log.info('Warning: This query produces no results: ' + query
+ '\nThis means there is no tested ' +
'package with the name ' + pkg)
try: