[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: turn two more log.info calls into log.debug

Holger Levsen holger at moszumanska.debian.org
Wed Mar 18 12:50:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 7d309ddf5cf9a840c495f9954a2ba790015b5b03
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Mar 18 13:47:56 2015 +0100

    reproducible: turn two more log.info calls into log.debug
---
 bin/reproducible_html_indexes.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py
index e8ac6ae..3e3d550 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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list