diff --git a/master/buildbot/process/build.py b/master/buildbot/process/build.py index 4db78ede5ff..c3274a65b45 100644 --- a/master/buildbot/process/build.py +++ b/master/buildbot/process/build.py @@ -544,11 +544,10 @@ def lostRemote(self, remote=None): log.msg("%s.lostRemote" % self) self.remote = None self.result = RETRY - self.text = ["lost", "remote"] + self.text = ["Katana will automatically retry this build"] if self.currentStep: # this should cause the step to finish. log.msg(" stopping currentStep", self.currentStep) - self.text += ["slave"] self.currentStep.addErrorResult(Failure(error.ConnectionLost())) self.currentStep.interrupt(Failure(error.ConnectionLost())) else: