From 8b174198d915699ce2dc0e20e1c061ee8fcf36b1 Mon Sep 17 00:00:00 2001 From: levlam Date: Mon, 1 Apr 2019 20:48:34 +0300 Subject: [PATCH] Add more debug. GitOrigin-RevId: bd4e0e8fa0aa53c478e1274a4ffaa04b4859deb6 --- td/telegram/NotificationManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/td/telegram/NotificationManager.cpp b/td/telegram/NotificationManager.cpp index c722e4a61..adbd52fd2 100644 --- a/td/telegram/NotificationManager.cpp +++ b/td/telegram/NotificationManager.cpp @@ -448,8 +448,8 @@ int32 NotificationManager::load_message_notification_groups_from_database(int32 int32 result = 0; for (auto &group_key : group_keys) { auto group_it = get_group_force(group_key.group_id, send_update); - LOG_CHECK(group_it != groups_.end()) << call_notification_group_ids_ << " " << group_key.group_id << " " - << current_notification_group_id_; + LOG_CHECK(group_it != groups_.end()) << call_notification_group_ids_ << " " << group_keys << " " + << current_notification_group_id_ << " " << limit; CHECK(group_it->first.dialog_id.is_valid()); if (!(last_loaded_notification_group_key_ < group_it->first)) { result++;