summaryrefslogtreecommitdiff
path: root/distbuild
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-02-25 18:29:59 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-03-26 20:52:15 +0000
commit4e1153649e5d531b7017ac2a1b7791f9ad3c774b (patch)
tree939f9720489fc03e5ddbc2cf0a4028d927616447 /distbuild
parent8f72c7397f9b62046291d1d699f04ae0233e1afe (diff)
downloadmorph-4e1153649e5d531b7017ac2a1b7791f9ad3c774b.tar.gz
Don't print worker in initiator
Worker name is not sent in message
Diffstat (limited to 'distbuild')
-rw-r--r--distbuild/initiator.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/distbuild/initiator.py b/distbuild/initiator.py
index 9c7e2ddf..e4d4975f 100644
--- a/distbuild/initiator.py
+++ b/distbuild/initiator.py
@@ -121,8 +121,6 @@ class Initiator(distbuild.StateMachine):
filename = 'build-step-%s.log' % msg['step_name']
f = open(filename, 'a')
self._step_outputs[msg['step_name']] = f
- worker = msg['worker']
- f.write('Worker: %s\n%s\n\n' % (worker, '-' * len(worker)))
def _close_output(self, msg):
self._step_outputs[msg['step_name']].close()