summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/buildcommand.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/morphlib/buildcommand.py b/morphlib/buildcommand.py
index b95e0e77..3fddabf9 100644
--- a/morphlib/buildcommand.py
+++ b/morphlib/buildcommand.py
@@ -307,10 +307,9 @@ class BuildCommand(object):
self.build_source(source, build_env)
for a in artifacts:
- self.app.status(msg='%(kind)s %(name)s is cached at %(cachepath)s',
+ self.app.status(msg='%(kind)s %(name)s is cached',
kind=source.morphology['kind'], name=a.name,
- cachepath=self.lac.artifact_filename(a),
- chatty=(source.morphology['kind'] != "system"))
+ chatty=True)
def build_source(self, source, build_env):
'''Build all artifacts for one source.