summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_html_packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 1c5f0cff..302e3ec8 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -144,7 +144,7 @@ def gen_extra_links(package, version, suite, arch):
default_view = url
else:
log.info('The package ' + package +
- ' did not produce any buildlog! Maybe it has not been build yet.')
+ ' did not produce any buildlog in ' + suite + '/' + arch + '! Maybe it has not been build yet.')
default_view = '/untested.html' if not default_view else default_view
return (links, default_view)