Internal QUICHE change

PiperOrigin-RevId: 246572649
Change-Id: Ida918f90f2ed82d031df5c5ef9bdcc841db745ba
diff --git a/quic/core/quic_crypto_client_handshaker.cc b/quic/core/quic_crypto_client_handshaker.cc
index d6c9af4..1877537 100644
--- a/quic/core/quic_crypto_client_handshaker.cc
+++ b/quic/core/quic_crypto_client_handshaker.cc
@@ -425,7 +425,7 @@
           static_cast<HandshakeFailureReason>(reject_reasons[i]);
       packed_error |= 1 << (reason - 1);
     }
-    DVLOG(1) << "Reasons for rejection: " << packed_error;
+    QUIC_DVLOG(1) << "Reasons for rejection: " << packed_error;
     if (num_client_hellos_ == QuicCryptoClientStream::kMaxClientHellos) {
       QuicClientSparseHistogram("QuicClientHelloRejectReasons.TooMany",
                                 packed_error);