Skip to content

Commit

Permalink
MessageFormatter: Unify the status_text.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoît Allard committed Oct 25, 2016
1 parent e0ab5be commit 6c691f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/reporters/message.py
Expand Up @@ -78,7 +78,7 @@ def getDetectedStatus(self, mode, results, previous_results):
else:
text = "failed build"
elif results == WARNINGS:
text = "The Buildbot has detected a problem in the build"
text = "problem in the build"
elif results == SUCCESS:
if "change" in mode and previous_results is not None and previous_results != results:
text = "restored build"
Expand Down

0 comments on commit 6c691f5

Please sign in to comment.