Replace all remaining instances of LOG in /third_party/quic/ with QUIC_LOG

gfe-relnote: n/a, compile-only change
PiperOrigin-RevId: 247241796
Change-Id: Ide8fde2a0ca4b58de7f956bf0e4b4fae7771dfe3
diff --git a/quic/core/crypto/quic_crypto_server_config.cc b/quic/core/crypto/quic_crypto_server_config.cc
index 88875be..7cd9761 100644
--- a/quic/core/crypto/quic_crypto_server_config.cc
+++ b/quic/core/crypto/quic_crypto_server_config.cc
@@ -205,7 +205,7 @@
 QuicCryptoServerConfig::ProcessClientHelloContext::
     ~ProcessClientHelloContext() {
   if (done_cb_ != nullptr) {
-    LOG(WARNING)
+    QUIC_LOG(WARNING)
         << "Deleting ProcessClientHelloContext with a pending callback.";
   }
 }