Index: net/quic/quic_protocol.cc |
diff --git a/net/quic/quic_protocol.cc b/net/quic/quic_protocol.cc |
index 961374e734d5660f702092764b782f271c1c8ad1..4384d67a071b2d664d642965408bc6d12076db59 100644 |
--- a/net/quic/quic_protocol.cc |
+++ b/net/quic/quic_protocol.cc |
@@ -161,7 +161,7 @@ QuicVersion QuicTagToQuicVersion(const QuicTag version_tag) { |
} |
} |
// Reading from the client so this should not be considered an ERROR. |
- DLOG(INFO) << "Unsupported QuicTag version: " |
+ DVLOG(1) << "Unsupported QuicTag version: " |
<< QuicUtils::TagToString(version_tag); |
return QUIC_VERSION_UNSUPPORTED; |
} |