summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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: