Internal QUICHE change
PiperOrigin-RevId: 246572649
Change-Id: Ida918f90f2ed82d031df5c5ef9bdcc841db745ba
diff --git a/quic/tools/quic_memory_cache_backend.cc b/quic/tools/quic_memory_cache_backend.cc
index 76a52c3..96faacb 100644
--- a/quic/tools/quic_memory_cache_backend.cc
+++ b/quic/tools/quic_memory_cache_backend.cc
@@ -137,8 +137,8 @@
auto it = responses_.find(GetKey(host, path));
if (it == responses_.end()) {
- DVLOG(1) << "Get response for resource failed: host " << host << " path "
- << path;
+ QUIC_DVLOG(1) << "Get response for resource failed: host " << host
+ << " path " << path;
if (default_response_) {
return default_response_.get();
}