Skip to content

Commit

Permalink
Remove PR comment from log message
Browse files Browse the repository at this point in the history
This is not required and causes compatibility issues with unicode handling in twisted 14.0.2
  • Loading branch information
EmilioPeJu committed Jun 23, 2017
1 parent 5c5b8e8 commit f8cd1d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions master/buildbot/reporters/bitbucketserver.py
Expand Up @@ -161,8 +161,7 @@ def sendMessage(self, body, subject=None, type=None, builderName=None,

if response.code == HTTP_CREATED:
if self.verbose:
log.info('{comment} sent to {url}',
comment=body, url=pr_url)
log.info('Comment sent to {url}', url=pr_url)
else:
content = yield response.content()
log.error("{code}: Unable to send a comment: {content}",
Expand Down

0 comments on commit f8cd1d5

Please sign in to comment.