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-10 09:29:09 +0000
commit1fec4894c68ae542f98b06c79ecfa6cdbc5f8922 (patch)
tree5009fb1019179d84c10e7b91a66ccff658e977bf
parent65fe8f1d30d1413383981197bcbd725cf963daf5 (diff)
downloadmorph-1fec4894c68ae542f98b06c79ecfa6cdbc5f8922.tar.gz
Show a message when the build is startingbaserock/adamcoldrick/build-graph-speedups-v2
-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