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

Unified Diff: net/cert/cert_verify_proc_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
Index: net/cert/cert_verify_proc_unittest.cc
diff --git a/net/cert/cert_verify_proc_unittest.cc b/net/cert/cert_verify_proc_unittest.cc
index 49ada6597429950bcfa37d19daf3ddb465b6443e..fccfb0da1f51400f1bd1a5a5539d3245c22ca25c 100644
--- a/net/cert/cert_verify_proc_unittest.cc
+++ b/net/cert/cert_verify_proc_unittest.cc
@@ -834,7 +834,7 @@ TEST_F(CertVerifyProcTest, VerifyReturnChainFiltersUnrelatedCerts) {
TEST_F(CertVerifyProcTest, AdditionalTrustAnchors) {
if (!SupportsAdditionalTrustAnchors()) {
- LOG(INFO) << "Skipping this test in this platform.";
Ryan Sleevi 2013/11/25 01:08:32 Keep this as LOG(INFO)
scottmg 2013/11/25 17:12:38 Done.
+ VLOG(0) << "Skipping this test in this platform.";
return;
}

Powered by Google App Engine
This is Rietveld 408576698