From 874fa2669de225a883f244f6de79c085936515f5 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 3 Nov 2011 15:12:16 +0100 Subject: [PATCH] more output --- lib/git_helper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5