From 20ee364665ffb3e82e0fe25c0ff9bba4d05ce118 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 25 Jan 2017 17:24:02 +0100 Subject: reproducible Debian: improve log message Signed-off-by: Holger Levsen --- bin/reproducible_html_breakages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_breakages.py') diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py index e2a42f11..6507ac03 100755 --- a/bin/reproducible_html_breakages.py +++ b/bin/reproducible_html_breakages.py @@ -177,7 +177,7 @@ def alien_log(directory=None): log.warning('/'.join([root, file]) + ' should not be there and and was older than a day so it was removed.') else: bad_files.append('/'.join([root, file])) - log.info('/'.join([root, file]) + ' should not be there, but is also less than 24h old and will probably soon be gone.') + log.info('/'.join([root, file]) + ' should not be there, but is also less than 24h old and will probably soon be gone. Probably diffoscope is running on that package right now.') except FileNotFoundError: pass # that bad file is already gone. return bad_files -- cgit v1.2.3-54-g00ecf