diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-08 13:27:51 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-08 13:27:51 +0200 |
commit | 266184a88e52ebb12a4d6ba31061791cf72ef51a (patch) | |
tree | b0fbfc6b65ba5f1ad9913683e65c1f49f400e50e | |
parent | f889dff6feaba11c5dfb0a3749908853139f81f8 (diff) | |
download | jenkins.debian.net-266184a88e52ebb12a4d6ba31061791cf72ef51a.tar.xz |
reproducible: log properly
-rwxr-xr-x | bin/reproducible_notes.py | 2 |
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: |