Skip to content

Commit

Permalink
don't try to get buildername for BuildRequestStatus just to log it - f…
Browse files Browse the repository at this point in the history
…ixes buildbot#911
  • Loading branch information
Dustin J. Mitchell committed Jul 1, 2010
1 parent 707c5f6 commit 7fdbcb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master/buildbot/status/words.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ def builderChangedState(self, builderName, state):
log.msg('[Contact] Builder %s changed state to %s' % (builderName, state))

def requestSubmitted(self, brstatus):
log.msg('[Contact] BuildRequest for %s submitted to Builder %s' %
(brstatus.getSourceStamp(), brstatus.builderName))
log.msg('[Contact] BuildRequest %d for %s submitted' %
(brstatus.brid, brstatus.getSourceStamp()))

def builderRemoved(self, builderName):
log.msg('[Contact] Builder %s removed' % (builderName))
Expand Down

0 comments on commit 7fdbcb7

Please sign in to comment.