summaryrefslogtreecommitdiff
path: root/distbuild/build_controller.py
diff options
context:
space:
mode:
Diffstat (limited to 'distbuild/build_controller.py')
-rw-r--r--distbuild/build_controller.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/distbuild/build_controller.py b/distbuild/build_controller.py
index 8dbbaef9..aeeda417 100644
--- a/distbuild/build_controller.py
+++ b/distbuild/build_controller.py
@@ -306,8 +306,7 @@ class BuildController(distbuild.StateMachine):
error_text = self._artifact_error.peek()
if event.msg['exit'] != 0 or error_text:
- self.fail('Failed to compute build graph. Problem with '
- 'serialise-artifact: %s' % error_text)
+ self.fail(error_text)
if event.msg['exit'] != 0:
return