summaryrefslogtreecommitdiff
path: root/morphlib/plugins
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@codethink.co.uk>2013-10-11 10:29:54 +0100
committerDaniel Firth <dan.firth@codethink.co.uk>2013-10-11 10:29:54 +0100
commitdbbee9a5f94569a330aa477bc5fc1bf3a1fd5d86 (patch)
tree42f21d88e3074214ea96f3600670fe3bfb871f09 /morphlib/plugins
parent090d21ed8e9cb7bd640c2632217399dc72e0df0a (diff)
parent31ca4d455d1bbce69c6dc461dbd506b3523ac2d9 (diff)
downloadmorph-dbbee9a5f94569a330aa477bc5fc1bf3a1fd5d86.tar.gz
Merge branch 'danielfirth/RT193'
Reviewed by: Lars Wirzenius Reviewed by: Pedro Alvarezwq
Diffstat (limited to 'morphlib/plugins')
-rw-r--r--morphlib/plugins/branch_and_merge_new_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/plugins/branch_and_merge_new_plugin.py b/morphlib/plugins/branch_and_merge_new_plugin.py
index 0a43b918..9a0ee484 100644
--- a/morphlib/plugins/branch_and_merge_new_plugin.py
+++ b/morphlib/plugins/branch_and_merge_new_plugin.py
@@ -822,7 +822,7 @@ class SimpleBranchAndMergePlugin(cliapp.Plugin):
system, metadata = self._load_system_metadata(metadata_path)
resolved_refs = dict(self._resolve_refs_from_metadata(alias_resolver,
metadata))
- logging.debug('Resolved refs: %r' % resolved_refs)
+ self.app.status(msg='Resolved refs: %r' % resolved_refs)
base_ref = system['sha1']
# The previous version would fall back to deducing this from the repo
# url and the repo alias resolver, but this does not always work, and