From 7d309ddf5cf9a840c495f9954a2ba790015b5b03 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 18 Mar 2015 13:47:56 +0100 Subject: reproducible: turn two more log.info calls into log.debug --- bin/reproducible_html_indexes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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) -- cgit v1.2.3-54-g00ecf