summaryrefslogtreecommitdiff
path: root/morphlib/sourcemanager.py
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-02-14 16:57:59 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-02-14 16:57:59 +0000
commit06890e26f45a2f4bc9541f515448f39da6763723 (patch)
tree241f32a951137b858fbb3c5b7f6770dfcbd0fdd4 /morphlib/sourcemanager.py
parentd3374f09b980f59b32d84cedc7d9611286b99416 (diff)
downloadmorph-06890e26f45a2f4bc9541f515448f39da6763723.tar.gz
Log whenever updating origin fails.
Diffstat (limited to 'morphlib/sourcemanager.py')
-rw-r--r--morphlib/sourcemanager.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/sourcemanager.py b/morphlib/sourcemanager.py
index 2b692c54..5ff77022 100644
--- a/morphlib/sourcemanager.py
+++ b/morphlib/sourcemanager.py
@@ -195,6 +195,7 @@ class SourceManager(object):
morphlib.git.update_remote(cached_repo, 'origin',
self.msg)
except morphlib.execute.CommandFailure, e: # pragma: no cover
+ self.msg('Failed to update origin: %s' % e)
self.indent_less()
# ignore remote update failures during bootstrap
if not self.settings['bootstrap']: