| Index: net/quic/core/crypto/quic_crypto_client_config.cc
|
| diff --git a/net/quic/core/crypto/quic_crypto_client_config.cc b/net/quic/core/crypto/quic_crypto_client_config.cc
|
| index 299fbc7a031bd28c57d94cf4262df64aa9101c8f..3eeaf69f04569d839352d7abe3a9b9057c9c895b 100644
|
| --- a/net/quic/core/crypto/quic_crypto_client_config.cc
|
| +++ b/net/quic/core/crypto/quic_crypto_client_config.cc
|
| @@ -24,6 +24,7 @@
|
| #include "net/quic/core/crypto/quic_random.h"
|
| #include "net/quic/core/quic_utils.h"
|
| #include "net/quic/platform/api/quic_bug_tracker.h"
|
| +#include "net/quic/platform/api/quic_logging.h"
|
| #include "net/quic/platform/api/quic_text_utils.h"
|
|
|
| using base::ContainsKey;
|
| @@ -275,7 +276,7 @@ bool QuicCryptoClientConfig::CachedState::Initialize(
|
| SetServerConfig(server_config, now, expiration_time, &error_details);
|
| RecordDiskCacheServerConfigState(state);
|
| if (state != SERVER_CONFIG_VALID) {
|
| - DVLOG(1) << "SetServerConfig failed with " << error_details;
|
| + QUIC_DVLOG(1) << "SetServerConfig failed with " << error_details;
|
| return false;
|
| }
|
|
|
|
|