| 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))) {
|
|
|