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

Unified Diff: net/tools/dump_cache/simple_cache_dumper.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
« no previous file with comments | « net/tools/balsa/balsa_frame.cc ('k') | net/tools/epoll_server/epoll_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/dump_cache/simple_cache_dumper.cc
diff --git a/net/tools/dump_cache/simple_cache_dumper.cc b/net/tools/dump_cache/simple_cache_dumper.cc
index 56162ca3e10905e2e327ea3a807f20519047d947..66b05d7a8081918262c81585398c9e06132de980 100644
--- a/net/tools/dump_cache/simple_cache_dumper.cc
+++ b/net/tools/dump_cache/simple_cache_dumper.cc
@@ -40,8 +40,8 @@ SimpleCacheDumper::~SimpleCacheDumper() {
int SimpleCacheDumper::Run() {
base::MessageLoopForIO main_message_loop;
- LOG(INFO) << "Reading cache from: " << input_path_.value();
- LOG(INFO) << "Writing cache to: " << output_path_.value();
+ VLOG(0) << "Reading cache from: " << input_path_.value();
+ VLOG(0) << "Writing cache to: " << output_path_.value();
if (!cache_thread_->StartWithOptions(
base::Thread::Options(base::MessageLoop::TYPE_IO, 0))) {
« no previous file with comments | « net/tools/balsa/balsa_frame.cc ('k') | net/tools/epoll_server/epoll_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698