summaryrefslogtreecommitdiffstats
path: root/sync/engine/model_type_entity.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sync/engine/model_type_entity.cc')
-rw-r--r--sync/engine/model_type_entity.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync/engine/model_type_entity.cc b/sync/engine/model_type_entity.cc
index 2f758a8..3249a16 100644
--- a/sync/engine/model_type_entity.cc
+++ b/sync/engine/model_type_entity.cc
@@ -131,6 +131,9 @@ void ModelTypeEntity::UpdateDesiredEncryptionKey(const std::string& name) {
if (encryption_key_name_ == name)
return;
+ DVLOG(2) << id_ << ": Encryption triggered commit: " << encryption_key_name_
+ << " -> " << name;
+
// Schedule commit with the expectation that the worker will re-encrypt with
// the latest encryption key as it does.
sequence_number_++;