Chromium Code Reviews| 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; |
| } |