summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-10 12:26:09 +0100
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-10 12:26:09 +0100
commite37bf4295d3d0fe52571a7f93c52a72b57373417 (patch)
tree56f1e2091c2ccc60c922b17a1e6a82ac7b55e19c /morph
parentb3d622bb295b9fbd4f29727d5af2f8293a97b5fd (diff)
downloadmorph-e37bf4295d3d0fe52571a7f93c52a72b57373417.tar.gz
Improve the logging output of update-gits.
Diffstat (limited to 'morph')
-rwxr-xr-xmorph2
1 files changed, 1 insertions, 1 deletions
diff --git a/morph b/morph
index 7c3e5a07..00fae901 100755
--- a/morph
+++ b/morph
@@ -234,7 +234,7 @@ class Morph(cliapp.Application):
while queue:
reponame, ref, filename = queue.popleft()
- self.msg('updating %s:%s:%s' % (reponame, ref, filename))
+ self.msg('Updating %s|%s|%s' % (reponame, ref, filename))
cache.cache_repo(reponame)
repo = cache.get_repo(reponame)
repo.update()