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

Unified Diff: net/disk_cache/trace.cc

Issue 82913011: LOG(INFO) tidying in net/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert dns_fuzz_stub changes 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/disk_cache/trace.cc
diff --git a/net/disk_cache/trace.cc b/net/disk_cache/trace.cc
index 56ebe9bb7ea709e002dcb619b814eb4ef3a946d0..77ee7c19accfde3228b52e44d5b60ffdbb8cab8b 100644
--- a/net/disk_cache/trace.cc
+++ b/net/disk_cache/trace.cc
@@ -121,7 +121,7 @@ void Trace(const char* format, ...) {
#if defined(DISK_CACHE_TRACE_TO_LOG)
line[kEntrySize] = '\0';
- LOG(INFO) << line;
+ VLOG(0) << line;
#endif
va_end(ap);
« no previous file with comments | « net/disk_cache/simple/simple_synchronous_entry.cc ('k') | net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698