summaryrefslogtreecommitdiff
path: root/distbuild/initiator_connection.py
diff options
context:
space:
mode:
Diffstat (limited to 'distbuild/initiator_connection.py')
-rw-r--r--distbuild/initiator_connection.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/distbuild/initiator_connection.py b/distbuild/initiator_connection.py
index d48ad214..29f830a5 100644
--- a/distbuild/initiator_connection.py
+++ b/distbuild/initiator_connection.py
@@ -368,7 +368,8 @@ class InitiatorConnection(distbuild.StateMachine):
if event.id in self.our_ids:
msg = distbuild.message('step-finished',
id=self._route_map.get_incoming_id(event.id),
- step_name=event.step_name)
+ step_name=event.step_name,
+ worker_name=event.worker_name)
self.jm.send(msg)
self._log_send(msg)