Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2016-04-08 13:34:04 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2016-04-08 13:38:17 +0300
commit26dbb50c4d88c58f52aa3464cd1eed3eb4160831 (patch)
treeafbbfe339a2f96c63393fdb26194c47e868a4c10
parent675bade3d222dd9f74a59f064f5bcaab8562030f (diff)
Shuffle logging level of suppressed reminder
Shuffle the logging level of the message about apparently forgotten uploaded files, emitted on every run, which is supposed to be suppresed from maintainer mail, down to DEBUG
-rw-r--r--uploads.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uploads.py b/uploads.py
index 7aac67e..0df5d39 100644
--- a/uploads.py
+++ b/uploads.py
@@ -130,7 +130,7 @@ def scan(m, all_packages, args):
if os.path.getmtime(fn) > mtime:
if mtime == 0:
reminders = True
- lvl = logging.INFO
+ lvl = logging.DEBUG
# if more than REMINDER_INTERVAL has elapsed since we warned
# about files being ignored, warn again