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

Unified Diff: chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc

Issue 187203004: [SyncFS] Improve debug logs of MetadataDatabaseIndex (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
Index: chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc
diff --git a/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc b/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc
index 9a571f2b990fa9d48d7e54dbd5b8c13ffeec5307..5bdc9c2eadca2a2fe07ae9ee94d983411aa9adeb 100644
--- a/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc
+++ b/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc
@@ -131,7 +131,7 @@ void RemoteToLocalSyncer::ResolveRemoteChange(
NOTREACHED();
}
util::Log(logging::LOG_VERBOSE, FROM_HERE,
- "[Remote -> Local]: Missing remote file case.");
+ "[Remote -> Local]: Missing remote metadata case.");
HandleMissingRemoteMetadata(callback);
return;
}

Powered by Google App Engine
This is Rietveld 408576698