Log which repo zuul references are created on

Change-Id: I2e0403ca52fded5ffe705cfa16358d3fa7141f0d
This commit is contained in:
Spencer Krum
2015-08-06 13:56:46 -07:00
parent 0bb8b18eab
commit 438ec5359c
+1 -1
View File
@@ -168,7 +168,7 @@ class Repo(object):
def createZuulRef(self, ref, commit='HEAD'):
repo = self.createRepoObject()
self.log.debug("CreateZuulRef %s at %s" % (ref, commit))
self.log.debug("CreateZuulRef %s at %s on %s" % (ref, commit, repo))
ref = ZuulReference.create(repo, ref, commit)
return ref.commit