commit | ff86db3f4a3d59250eeafbb9787fb52b70e6ac31 | [log] [tgz] |
---|---|---|
author | nharper <nharper@google.com> | Wed May 08 10:38:23 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed May 08 14:48:14 2019 -0700 |
tree | d19797084e7ed34128423e2f5cd8b4e7a45796ed | |
parent | 2c9f02a1c48f955a8c84d3c52ee7612f92786e8b [diff] [blame] |
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."; } }