From bf7b6f8851db21f2d6559e23f588a83b546b70cd Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Mon, 27 Oct 2014 14:16:20 +0000 Subject: Fix confusing message --- morphlib/localrepocache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- cgit v1.2.1