Index: sync/engine/model_type_entity.cc |
diff --git a/sync/engine/model_type_entity.cc b/sync/engine/model_type_entity.cc |
index 2f758a8e4d64379499635daedc8eaa1e3bac5ae1..3249a1655759ef677d102341d99d20f87519e2be 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_++; |