summaryrefslogtreecommitdiff
path: root/morphlib
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib')
-rw-r--r--morphlib/buildcommand.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/morphlib/buildcommand.py b/morphlib/buildcommand.py
index 8dfa4df1..0e91f8a1 100644
--- a/morphlib/buildcommand.py
+++ b/morphlib/buildcommand.py
@@ -195,8 +195,8 @@ class BuildCommand(object):
self.app.status_prefix = (
old_prefix + '[Build %d/%d] ' % ((i+1), len(artifacts)))
- self.app.status(msg='[%(name)s] Checking if %(kind)s needs building',
- name=a.name, kind=a.source.morphology['kind'])
+ self.app.status(msg='[%(name)s] Checking if %(kind)s needs building %(sha1)s',
+ name=a.name, kind=a.source.morphology['kind'], sha1=a.source.sha1[:7])
if self.is_built(a):
self.app.status(msg='[%(name)s] The %(kind)s is already built',