Index: chrome/browser/sync/engine/build_commit_command.cc |
diff --git a/chrome/browser/sync/engine/build_commit_command.cc b/chrome/browser/sync/engine/build_commit_command.cc |
index 4655827ec31229c8137ac2d4afb5ba2080a1638f..996865f54c822d42dc0ef3c09bc224cd0d5a7260 100644 |
--- a/chrome/browser/sync/engine/build_commit_command.cc |
+++ b/chrome/browser/sync/engine/build_commit_command.cc |
@@ -204,6 +204,11 @@ SyncerError BuildCommitCommand::ExecuteImpl(SyncSession* session) { |
position_map[id] = position_block; |
sync_entry->set_position_in_parent(position_block.first); |
+ DVLOG(1) << "Setting server position for entry " |
+ << meta_entry.Get(syncable::ID) |
+ << " from " |
+ << meta_entry.Get(syncable::SERVER_POSITION_IN_PARENT) |
+ << " to " << position_block.first; |
} |
SetEntrySpecifics(&meta_entry, sync_entry); |
} |