Skip to content

Commit

Permalink
Merge pull request #4779 from rtfd/humitos/webhook/no-log
Browse files Browse the repository at this point in the history
Do not log as error a webhook with an invalid branch name
  • Loading branch information
humitos committed Oct 23, 2018
2 parents a4291d1 + 4f00027 commit cef5bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/core/views/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def bitbucket_build(request):
return _build_url(search_url, projects, branches)

if not branches:
log.error(
log.info(
'Commit/branch not found url=%s branches=%s',
search_url,
branches,
Expand Down

0 comments on commit cef5bc4

Please sign in to comment.