summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_breakages.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-01-25 17:24:02 +0100
committerHolger Levsen <holger@layer-acht.org>2017-01-25 17:24:02 +0100
commit20ee364665ffb3e82e0fe25c0ff9bba4d05ce118 (patch)
treecd7ed4ecff19bc6560289e34a59ae76349d5302f /bin/reproducible_html_breakages.py
parentc426fb81b221db7972476a732a8347873f4ae83e (diff)
downloadjenkins.debian.net-20ee364665ffb3e82e0fe25c0ff9bba4d05ce118.tar.xz
reproducible Debian: improve log message
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_html_breakages.py')
-rwxr-xr-xbin/reproducible_html_breakages.py2
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