summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_html_indexes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py
index e8ac6ae3..3e3d550c 100755
--- a/bin/reproducible_html_indexes.py
+++ b/bin/reproducible_html_indexes.py
@@ -334,11 +334,11 @@ def build_page(page, suite=None, arch=None):
'building a suite-specific page.')
sys.exit(1)
if not suite: # global page
- log.info('Building the ' + page + ' global index page...')
+ log.debug('Building the ' + page + ' global index page...')
page_sections = global_pages[page]['body']
title = global_pages[page]['title']
else:
- log.info('Building the ' + page + ' index page for ' + suite + '/' +
+ log.debug('Building the ' + page + ' index page for ' + suite + '/' +
arch + '...')
page_sections = pages[page]['body']
title = pages[page]['title'].format(suite=suite, arch=arch)