summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-11-15 02:10:16 +0100
committeremkael <emkael@tlen.pl>2016-11-15 02:10:16 +0100
commitfb9d5bd8a0edd9de23407a17ca3fd0cde971fb02 (patch)
treeaede2feff4f84def47b7e32558e72e27937a47d6
parentc5571ae981c408c77b055eaeb8a9ce5289f86720 (diff)
* lowering priority for hash check message to avoid flooding GUI
-rw-r--r--src/bidding_data.py2
1 files changed, 1 insertions, 1 deletions
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):