diff --git a/readthedocs/core/views/hooks.py b/readthedocs/core/views/hooks.py index c788d6a2e7b..f3630bf0f13 100644 --- a/readthedocs/core/views/hooks.py +++ b/readthedocs/core/views/hooks.py @@ -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,