summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-01-23 11:41:31 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2015-02-18 10:31:43 +0000
commitde03bc62a051260b45a28c0b132f549896e7112a (patch)
treed2f23f862b350d1ba48066439a5a3cf17341cc4b
parentba574f4d1ae390d4f94dc62817f68fe390b38778 (diff)
downloadmorph-de03bc62a051260b45a28c0b132f549896e7112a.tar.gz
Show a message when the build is starting
-rw-r--r--morphlib/buildcommand.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/buildcommand.py b/morphlib/buildcommand.py
index d121b895..0aa50a3b 100644
--- a/morphlib/buildcommand.py
+++ b/morphlib/buildcommand.py
@@ -272,7 +272,7 @@ class BuildCommand(object):
def build_in_order(self, root_artifact):
'''Build everything specified in a build order.'''
- self.app.status(msg='Building a set of sources', chatty=True)
+ self.app.status(msg='Building a set of sources')
build_env = root_artifact.build_env
ordered_sources = list(self.get_ordered_sources(root_artifact.walk()))
old_prefix = self.app.status_prefix