Add presubmit to force use of QUIC_LOG

gfe-relnote: n/a, presubmit-metadata-only and test-only change
PiperOrigin-RevId: 245504156
Change-Id: Ie57ea97232ddcc6da5f2630418431ddfd3fe05ac
diff --git a/quic/test_tools/quic_test_client.h b/quic/test_tools/quic_test_client.h
index 46fc1cf..353c29e 100644
--- a/quic/test_tools/quic_test_client.h
+++ b/quic/test_tools/quic_test_client.h
@@ -185,8 +185,8 @@
   void WaitForResponseForMs(int timeout_ms) {
     WaitUntil(timeout_ms, [this]() { return !closed_stream_states_.empty(); });
     if (response_complete()) {
-      VLOG(1) << "Client received response:"
-              << response_headers()->DebugString() << response_body();
+      QUIC_VLOG(1) << "Client received response:"
+                   << response_headers()->DebugString() << response_body();
     }
   }