From 266184a88e52ebb12a4d6ba31061791cf72ef51a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 8 Sep 2015 13:27:51 +0200 Subject: reproducible: log properly --- bin/reproducible_notes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_notes.py') 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: -- cgit v1.2.3-54-g00ecf