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-01-23 11:41:31 +0000
commitf6745f6d35daf8d4d465203f380798195fe74c61 (patch)
treef66286da75b3c8e03700f4c0d8fcff0050a4da5d
parenta4b9f28cb54ff4d445cc3a035d9fccbcb90ff16a (diff)
downloadmorph-f6745f6d35daf8d4d465203f380798195fe74c61.tar.gz
Show a message when the build is startingbaserock/adamcoldrick/build-graph-speedups
-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