[Piuparts-commits] [piuparts] 01/01: dwke.py: further improve logging

Holger Levsen holger at layer-acht.org
Sun Mar 25 11:31:00 UTC 2018


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit 16d595e8190307aa27cc8f7d52c2270d9a11eca2
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Mar 25 11:30:48 2018 +0000

    dwke.py: further improve logging
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 master-bin/detect_well_known_errors.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/master-bin/detect_well_known_errors.py b/master-bin/detect_well_known_errors.py
index 2690e9d..647b50a 100644
--- a/master-bin/detect_well_known_errors.py
+++ b/master-bin/detect_well_known_errors.py
@@ -123,7 +123,7 @@ def detect_well_known_errors(sections, config, problem_list, recheck, recheck_fa
             total_add += add_cnt
             current_time=time.strftime("%a %b %2d %H:%M:%S %Z %Y", time.localtime())
             if del_cnt == 0 and add_cnt == 0:
-                logging.info("%s - %s: no new logfiles parsed" % (current_time, section))
+                logging.info("%s - %s: no new logfiles" % (current_time, section))
             else:
                 logging.info("%s - %s: parsed logfiles: %d removed, %d added" % (current_time, section, del_cnt, add_cnt))
         except Busy:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list