[Piuparts-commits] [piuparts] 01/01: dwke.py: further improve output
Holger Levsen
holger at layer-acht.org
Wed Apr 4 14:45:13 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 d6d0fd35e71d3df3ca0f8f6b5c53ee370fd0b236
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Apr 4 14:44:43 2018 +0000
dwke.py: further improve output
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 647b50a..b12e824 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" % (current_time, section))
+ logging.info("%s - %s: nothing new" % (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