From: Zack Cerza Date: Mon, 14 Jul 2014 20:48:31 +0000 (-0600) Subject: Add a debug statement to reset_repo() X-Git-Tag: v0.94.10~27^2^2~364^2~33 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f557ac5f8c490e6b7ebc873049eb1aaa47f8003b;p=ceph.git Add a debug statement to reset_repo() Signed-off-by: Zack Cerza --- diff --git a/teuthology/repo_utils.py b/teuthology/repo_utils.py index a392899d1820..0399aed3802e 100644 --- a/teuthology/repo_utils.py +++ b/teuthology/repo_utils.py @@ -102,6 +102,7 @@ def reset_repo(repo_url, dest_path, branch): RuntimeError for other errors """ validate_branch(branch) + log.debug('Resetting repo at %s to branch %s', dest_path, branch) # This try/except block will notice if the requested branch doesn't # exist, whether it was cloned or fetched. try: