diff options
Diffstat (limited to 'net/disk_cache/simple/simple_index_file.cc')
-rw-r--r-- | net/disk_cache/simple/simple_index_file.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/simple/simple_index_file.cc b/net/disk_cache/simple/simple_index_file.cc index 5e1e4ba..c1fc053 100644 --- a/net/disk_cache/simple/simple_index_file.cc +++ b/net/disk_cache/simple/simple_index_file.cc @@ -434,7 +434,7 @@ void SimpleIndexFile::SyncRestoreFromDisk( const base::FilePath& cache_directory, const base::FilePath& index_file_path, SimpleIndexLoadResult* out_result) { - LOG(INFO) << "Simple Cache Index is being restored from disk."; + VLOG(0) << "Simple Cache Index is being restored from disk."; base::DeleteFile(index_file_path, /* recursive = */ false); out_result->Reset(); SimpleIndex::EntrySet* entries = &out_result->entries; |