From: Holger Levsen Date: Thu, 3 Nov 2011 14:12:16 +0000 (+0100) Subject: more output X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=874fa2669de225a883f244f6de79c085936515f5;p=profitbricks%2Fjenkins-build-scripts.git more output --- diff --git a/lib/git_helper.py b/lib/git_helper.py index d4c313a..74f5242 100644 --- a/lib/git_helper.py +++ b/lib/git_helper.py @@ -334,7 +334,7 @@ def git_get_commit_id(): ) return False stdout_str = cmdobj.stdout.read() - logger.debug('current commit id is %s' % stdout_str) + logger.info('current commit id is %s' % stdout_str) return stdout_str def git_get_commit_date(): @@ -371,7 +371,7 @@ def git_get_commit_date(): ) return False stdout_str = cmdobj.stdout.read() - logger.debug('current commit date is %s' % stdout_str) + logger.info('current commit date is %s' % stdout_str) return stdout_str # vim: autoindent smartindent tabstop=4 expandtab shiftwidth=4 softtabstop=4 nu enc=utf-8 cinwords=if,elif,else,for,while,try,except,finally,def,class