summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/buildcommand.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/morphlib/buildcommand.py b/morphlib/buildcommand.py
index 7b7612a4..8ad893a9 100644
--- a/morphlib/buildcommand.py
+++ b/morphlib/buildcommand.py
@@ -158,6 +158,9 @@ class BuildCommand(object):
# and Ref specified.
if src.morphology['kind'] == 'stratum':
name = src.morphology['name']
+ ref = src.sha1[:7]
+ self.app.status(msg='Stratum [%(name)s] version is %(ref)s',
+ name=name, ref=ref)
if name in stratum_names:
raise morphlib.Error(
"Conflicting versions of stratum '%s' appear in the "