Skip to content

Commit

Permalink
fix error reporting in ClusteredService (patch by buck1)
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Aug 2, 2013
1 parent 3c899b0 commit 03572e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/util/service.py
Expand Up @@ -153,4 +153,4 @@ def _activityPoll(self):

except Exception:
# don't pass exceptions into LoopingCall, which can cause it to fail
pass
log.err(_why='WARNING: ClusteredService(%s) failed during activity poll' % self.name)

0 comments on commit 03572e5

Please sign in to comment.