Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(558)

Unified Diff: net/quic/crypto/aes_128_gcm_12_decrypter_test.cc

Issue 82913011: LOG(INFO) tidying in net/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/quic/crypto/aes_128_gcm_12_decrypter_test.cc
diff --git a/net/quic/crypto/aes_128_gcm_12_decrypter_test.cc b/net/quic/crypto/aes_128_gcm_12_decrypter_test.cc
index cea6a6e5b6ca5f7743895069da3359e40ec5a418..5e501bf629dcc5a95dc773aa2c02482cdee4fbed 100644
--- a/net/quic/crypto/aes_128_gcm_12_decrypter_test.cc
+++ b/net/quic/crypto/aes_128_gcm_12_decrypter_test.cc
@@ -310,7 +310,7 @@ QuicData* DecryptWithNonce(Aes128Gcm12Decrypter* decrypter,
TEST(Aes128Gcm12DecrypterTest, Decrypt) {
if (!Aes128Gcm12Decrypter::IsSupported()) {
- LOG(INFO) << "AES GCM not supported. Test skipped.";
+ VLOG(0) << "AES GCM not supported. Test skipped.";
return;
}

Powered by Google App Engine
This is Rietveld 408576698