diff --git a/td/telegram/NotificationManager.cpp b/td/telegram/NotificationManager.cpp index 2ef6dc6d..9e99f064 100644 --- a/td/telegram/NotificationManager.cpp +++ b/td/telegram/NotificationManager.cpp @@ -2647,6 +2647,7 @@ void NotificationManager::process_push_notification(string payload, Promisedevice_token_manager_->get_actor_unsafe()->get_encryption_keys(); bool was_encrypted = false; for (auto &key : encryption_keys) { + VLOG(notifications) << "Have key " << key.first; // VLOG(notifications) << "Have key " << key.first << ": \"" << format::escaped(key.second) << '"'; if (key.first == receiver_id) { if (!key.second.empty()) {