diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-01-25 17:24:02 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-01-25 17:24:02 +0100 |
commit | 20ee364665ffb3e82e0fe25c0ff9bba4d05ce118 (patch) | |
tree | cd7ed4ecff19bc6560289e34a59ae76349d5302f | |
parent | c426fb81b221db7972476a732a8347873f4ae83e (diff) | |
download | jenkins.debian.net-20ee364665ffb3e82e0fe25c0ff9bba4d05ce118.tar.xz |
reproducible Debian: improve log message
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_html_breakages.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |