diff --git a/git_cache.py b/git_cache.py index 1240f2f9a..f544c5abe 100755 --- a/git_cache.py +++ b/git_cache.py @@ -348,6 +348,7 @@ class Mirror(object): self.RunGit(['cat-file', '-e', needle]) return True except subprocess.CalledProcessError: + self.print('Commit with hash "%s" not found' % revision, file=sys.stderr) return False def exists(self):