From fb9d5bd8a0edd9de23407a17ca3fd0cde971fb02 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 15 Nov 2016 02:10:16 +0100 Subject: * lowering priority for hash check message to avoid flooding GUI --- src/bidding_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bidding_data.py b/src/bidding_data.py index 7593784..e9a1134 100644 --- a/src/bidding_data.py +++ b/src/bidding_data.py @@ -171,7 +171,7 @@ class JFRBidding(object): if file_hash != hash_file(file_path): changed_paths.append(file_path) else: - log.getLogger('hash').info('file not changed: %s', file_path) + log.getLogger('hash').debug('file not changed: %s', file_path) return changed_paths def __format_bidding(self, bidding): -- cgit v1.2.3