From: Robin Wittler Date: Wed, 3 Aug 2011 12:18:18 +0000 (+0200) Subject: add debug message X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=2af715a07754c0a20f62c7ca41d74b1aac0965de;p=profitbricks%2Fjenkins-build-scripts.git add debug message --- diff --git a/testgit_build.py b/testgit_build.py index b666c45..f6563f8 100755 --- a/testgit_build.py +++ b/testgit_build.py @@ -139,7 +139,8 @@ if __name__ == '__main__': GIT_COMMITTER_EMAIL = commit.committer.email logger.debug( 'Found "%s" in commit-id "%s" at "%s"' - %(GIT_COMMITTER_EMAIL, commit.id, + %(GIT_COMMITTER_EMAIL, commit.id, repo.active_branch) + ) else: raise Exception('No git_committer_email found') logger.info('Directory Listing: %s' %(os.listdir(GIT_TARGET_DIR)))