summaryrefslogtreecommitdiff
path: root/morphlib/localrepocache.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/localrepocache.py')
-rw-r--r--morphlib/localrepocache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/localrepocache.py b/morphlib/localrepocache.py
index 8d2030c4..a7f0692b 100644
--- a/morphlib/localrepocache.py
+++ b/morphlib/localrepocache.py
@@ -195,7 +195,7 @@ class LocalRepoCache(object):
else:
errors.append(error)
self._app.status(
- msg='Failed to fetch tarball, falling back to git clone.')
+ msg='Using git clone.')
target = self._mkdtemp(self._cachedir)
try:
self._git(['clone', '--mirror', '-n', repourl, target])