diff options
Diffstat (limited to 'net/http/http_alternate_protocols.cc')
-rw-r--r-- | net/http/http_alternate_protocols.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_alternate_protocols.cc b/net/http/http_alternate_protocols.cc index e37af69..3e6b488 100644 --- a/net/http/http_alternate_protocols.cc +++ b/net/http/http_alternate_protocols.cc @@ -73,7 +73,7 @@ void HttpAlternateProtocols::SetAlternateProtocolFor( GetAlternateProtocolFor(http_host_port_pair); if (existing_alternate.protocol == BROKEN) { - DLOG(INFO) << "Ignore alternate protocol since it's known to be broken."; + DVLOG(1) << "Ignore alternate protocol since it's known to be broken."; return; } |