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

Unified Diff: net/android/keystore_unittest.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
« no previous file with comments | « no previous file | net/base/int128_unittest.cc » ('j') | net/base/int128_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/keystore_unittest.cc
diff --git a/net/android/keystore_unittest.cc b/net/android/keystore_unittest.cc
index 98944e29bd00a70e85696488112559b9a2597c81..00b13d450a21c870178ebb2eedae879754c467b4 100644
--- a/net/android/keystore_unittest.cc
+++ b/net/android/keystore_unittest.cc
@@ -576,7 +576,7 @@ TEST(AndroidKeyStore,SignWithPrivateKeyRSA) {
ASSERT_FALSE(rsa_key.is_null());
if (IsOnAndroidOlderThan_4_2()) {
- LOG(INFO) << "This test can't run on Android < 4.2";
Ryan Sleevi 2013/11/25 01:08:32 Let's keep this as LOG(INFO)
scottmg 2013/11/25 17:12:38 Done.
+ VLOG(0) << "This test can't run on Android < 4.2";
return;
}
« no previous file with comments | « no previous file | net/base/int128_unittest.cc » ('j') | net/base/int128_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698