From 2af715a07754c0a20f62c7ca41d74b1aac0965de Mon Sep 17 00:00:00 2001 From: Robin Wittler Date: Wed, 3 Aug 2011 14:18:18 +0200 Subject: [PATCH] add debug message --- testgit_build.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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))) -- 2.39.5