From 13dfedfe5c3a6e29c9dc7fd8a2aa4a701c5a5ff5 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 10 Apr 2014 11:25:37 +0000 Subject: distbuild: worker-build failure does not indicate an error in the controller --- distbuild/build_controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distbuild') diff --git a/distbuild/build_controller.py b/distbuild/build_controller.py index ce8fced5..3160364a 100644 --- a/distbuild/build_controller.py +++ b/distbuild/build_controller.py @@ -523,7 +523,7 @@ class BuildController(distbuild.StateMachine): # This is not the event you are looking for. return - logging.error( + logging.info( 'Build step failed for %s: %s', artifact.name, repr(event.msg)) step_failed = BuildStepFailed( -- cgit v1.2.1