From 1dbcc4fc6186c937f30daa2a176ecbed3351a28d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 24 Apr 2012 11:41:16 +0100 Subject: Give a littl emore feedback during builds --- morph | 2 ++ 1 file changed, 2 insertions(+) diff --git a/morph b/morph index 5bbb505d..6a53645b 100755 --- a/morph +++ b/morph @@ -243,9 +243,11 @@ class Morph(cliapp.Application): for artifact in group: if artifact in needed: logging.debug('Need to build %s' % artifact.name) + self.msg('Building %s' % artifact.name) builder.build_and_cache(artifact) else: logging.debug('No need to build %s' % artifact.name) + self.msg('Using cached %s' % artifact.name) if install_chunks: logging.debug('installing chunks from just-built group') -- cgit v1.2.1