]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Add a debug statement to reset_repo()
authorZack Cerza <zack@cerza.org>
Mon, 14 Jul 2014 20:48:31 +0000 (14:48 -0600)
committerZack Cerza <zack@cerza.org>
Mon, 14 Jul 2014 20:48:31 +0000 (14:48 -0600)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/repo_utils.py

index a392899d1820237d3e987753518a7eeca5486c90..0399aed3802e2ebc5e9a58978ceee2a78446f870 100644 (file)
@@ -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: