Index: chrome/browser/safe_browsing/sandboxed_zip_analyzer.cc |
diff --git a/chrome/browser/safe_browsing/sandboxed_zip_analyzer.cc b/chrome/browser/safe_browsing/sandboxed_zip_analyzer.cc |
index 72578a8831e9e29a1744f79bea88d65c09458ee6..1c970569ea37f08fab86aed1074f5fe6e2df8480 100644 |
--- a/chrome/browser/safe_browsing/sandboxed_zip_analyzer.cc |
+++ b/chrome/browser/safe_browsing/sandboxed_zip_analyzer.cc |
@@ -51,7 +51,7 @@ void SandboxedZipAnalyzer::AnalyzeInSandbox() { |
zip_file_.Initialize(zip_file_name_, |
base::File::FLAG_OPEN | base::File::FLAG_READ); |
if (!zip_file_.IsValid()) { |
- VLOG(1) << "Could not open zip file: " << zip_file_name_.value(); |
+ DVLOG(1) << "Could not open zip file: " << zip_file_name_.value(); |
if (!BrowserThread::PostTask( |
BrowserThread::IO, FROM_HERE, |
base::Bind(&SandboxedZipAnalyzer::OnAnalyzeZipFileFinished, this, |