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

Unified Diff: base/crypto/symmetric_key_unittest.cc

Issue 3845002: Convert LOG(INFO) to VLOG(1) - base/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 2 months 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 | base/debug_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/crypto/symmetric_key_unittest.cc
===================================================================
--- base/crypto/symmetric_key_unittest.cc (revision 62784)
+++ base/crypto/symmetric_key_unittest.cc (working copy)
@@ -200,7 +200,7 @@
// The OS X crypto libraries have minimum salt and iteration requirements
// so some of the above tests will cause them to barf. Skip these.
if (strlen(test_vectors[i].salt) < 8 || test_vectors[i].rounds < 1000) {
- LOG(INFO) << "Skipped test vector #" << i;
+ VLOG(1) << "Skipped test vector #" << i;
continue;
}
#endif // OS_MACOSX
« no previous file with comments | « no previous file | base/debug_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698