summaryrefslogtreecommitdiff
path: root/morphlib/app.py
diff options
context:
space:
mode:
authorDan Firth <dan.firth@codethink.co.uk>2013-10-04 13:18:23 +0000
committerDaniel Firth <dan.firth@codethink.co.uk>2013-10-11 10:29:06 +0100
commit31ca4d455d1bbce69c6dc461dbd506b3523ac2d9 (patch)
treeba2c0dd136c9781be6d7d0f69d81dab76f0e0896 /morphlib/app.py
parentdf64e4300d7b39c29ce75273196a7894c86a98a9 (diff)
downloadmorph-31ca4d455d1bbce69c6dc461dbd506b3523ac2d9.tar.gz
Added chunkname prefix to some elements of the debug log.
Diffstat (limited to 'morphlib/app.py')
-rw-r--r--morphlib/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/app.py b/morphlib/app.py
index a0833d45..6c39d38c 100644
--- a/morphlib/app.py
+++ b/morphlib/app.py
@@ -417,7 +417,7 @@ class Morph(cliapp.Application):
# Log the environment.
prev = getattr(self, 'prev_env', {})
- morphlib.util.log_dict_diff(kwargs['env'], prev)
+ morphlib.util.log_dict_diff(self, kwargs['env'], prev)
self.prev_env = kwargs['env']
# run the command line