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

Unified Diff: chrome/browser/chromeos/drive/drive_integration_service.cc

Issue 149533005: Disable noisy printf in drive_integration_service.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/drive/drive_integration_service.cc
diff --git a/chrome/browser/chromeos/drive/drive_integration_service.cc b/chrome/browser/chromeos/drive/drive_integration_service.cc
index dc92f9b141a5e8eb4dbbd3f6fcab65753b29bd64..164a158d01fabf77eb65e385954ecfe9ce0e0100 100644
--- a/chrome/browser/chromeos/drive/drive_integration_service.cc
+++ b/chrome/browser/chromeos/drive/drive_integration_service.cc
@@ -151,8 +151,8 @@ FileError InitializeMetadata(
metadata_storage->RecoverCacheInfoFromTrashedResourceMap(
&recovered_cache_info);
- LOG(WARNING) << "DB could not be opened for some reasons. "
- << "Recovering cache files to " << dest_directory.value();
+ VLOG(1) << "DB could not be opened for some reasons. "
hashimoto 2014/02/03 04:28:18 Could you change this to LOG_IF(WARNING, !recovere
danakj 2014/02/03 16:57:28 Yup that works.
+ << "Recovering cache files to " << dest_directory.value();
if (!cache->RecoverFilesFromCacheDirectory(dest_directory,
recovered_cache_info)) {
LOG(WARNING) << "Failed to recover cache files.";
« 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