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

Unified Diff: chrome/browser/chromeos/extensions/external_cache.cc

Issue 1160253005: Logging ExternalCache cannot find external_crx /var/cache/external_cache/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/external_cache.cc
diff --git a/chrome/browser/chromeos/extensions/external_cache.cc b/chrome/browser/chromeos/extensions/external_cache.cc
index 5d8e3c254176716a0ea012bce8c1e3612f8de6e5..df59b97f6abc9310a374e22640635af6e2d3aaf0 100644
--- a/chrome/browser/chromeos/extensions/external_cache.cc
+++ b/chrome/browser/chromeos/extensions/external_cache.cc
@@ -106,7 +106,7 @@ void ExternalCache::OnDamagedFileDetected(const base::FilePath& path) {
return;
}
}
- LOG(ERROR) << "ExternalCache cannot find external_crx " << path.value();
+ DLOG(ERROR) << "ExternalCache cannot find external_crx " << path.value();
}
void ExternalCache::RemoveExtensions(const std::vector<std::string>& ids) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698