diff options
Diffstat (limited to 'net/http/http_auth_controller.cc')
-rw-r--r-- | net/http/http_auth_controller.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/http/http_auth_controller.cc b/net/http/http_auth_controller.cc index 545ae2a..e4e2dd4 100644 --- a/net/http/http_auth_controller.cc +++ b/net/http/http_auth_controller.cc @@ -196,9 +196,9 @@ int HttpAuthController::HandleAuthChallenge( DCHECK(CalledOnValidThread()); DCHECK(headers); DCHECK(auth_origin_.is_valid()); - LOG(INFO) << "The " << HttpAuth::GetAuthTargetString(target_) << " " - << auth_origin_ << " requested auth" - << AuthChallengeLogMessage(headers.get()); + VLOG(1) << "The " << HttpAuth::GetAuthTargetString(target_) << " " + << auth_origin_ << " requested auth " + << AuthChallengeLogMessage(headers.get()); // Give the existing auth handler first try at the authentication headers. // This will also evict the entry in the HttpAuthCache if the previous |