From 59446059d430673c75561233d37d2a319e6188f3 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Wed, 25 Mar 2015 11:06:05 +0000 Subject: Improve build starting output Change-Id: Ica2a270b254b01b9fb15956556efb74ee641e1b4 --- morphlib/buildcommand.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/morphlib/buildcommand.py b/morphlib/buildcommand.py index a6be8a8c..874f8d6f 100644 --- a/morphlib/buildcommand.py +++ b/morphlib/buildcommand.py @@ -274,7 +274,8 @@ 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') + self.app.status(msg='Starting build of %(name)s', + name=root_artifact.source.name) 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