From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29571 invoked by alias); 8 Apr 2016 10:40:48 -0000 Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org Received: (qmail 29546 invoked by uid 9795); 8 Apr 2016 10:40:48 -0000 Date: Fri, 08 Apr 2016 10:40:00 -0000 Message-ID: <20160408104048.29520.qmail@sourceware.org> From: jturney@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: [calm - Cygwin server-side packaging maintenance script] branch master, updated. 26dbb50c4d88c58f52aa3464cd1eed3eb4160831 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 675bade3d222dd9f74a59f064f5bcaab8562030f X-Git-Newrev: 26dbb50c4d88c58f52aa3464cd1eed3eb4160831 X-SW-Source: 2016-q2/txt/msg00001.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=26dbb50c4d88c58f52aa3464cd1eed3eb4160831 commit 26dbb50c4d88c58f52aa3464cd1eed3eb4160831 Author: Jon Turney Date: Fri Apr 8 11:34:04 2016 +0100 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 Diff: --- uploads.py | 2 +- 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