summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-18 13:57:20 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-18 18:29:25 +0100
commitd996ddebee7b3d9c8a57b4b86e71c9ef31da3628 (patch)
tree0e9f5275e7a2c56d384509ae44de5ad188af6088 /morph
parent372c81c67be62ab00307c01cbe4bd78b28a3e9f2 (diff)
downloadmorph-d996ddebee7b3d9c8a57b4b86e71c9ef31da3628.tar.gz
Add logging to make it easier to see if something gets built
Diffstat (limited to 'morph')
-rwxr-xr-xmorph3
1 files changed, 3 insertions, 0 deletions
diff --git a/morph b/morph
index 9da4c1ab..a229ac33 100755
--- a/morph
+++ b/morph
@@ -297,7 +297,10 @@ class Morph(cliapp.Application):
for group in order.groups:
for artifact in group:
if artifact in needed:
+ logging.debug('Need to build %s' % artifact.name)
builder.build_and_cache(artifact)
+ else:
+ logging.debug('No need to build %s' % artifact.name)
# install chunks only
chunk_artifacts = [x
for x in group