From f6745f6d35daf8d4d465203f380798195fe74c61 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Fri, 23 Jan 2015 11:41:31 +0000 Subject: Show a message when the build is starting --- morphlib/buildcommand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1