Improve logging.
GitOrigin-RevId: 0740f7fc674e80a6be76f8cc8c847a22a0b6be90
This commit is contained in:
parent
3464f04e57
commit
20099b730e
@ -12970,8 +12970,9 @@ void MessagesManager::on_get_dialogs(FolderId folder_id, vector<tl_object_ptr<te
|
||||
}
|
||||
} else if (promise) {
|
||||
LOG(ERROR) << "Last server dialog date didn't increased from " << folder->last_server_dialog_date_ << " to "
|
||||
<< max_dialog_date << " after receiving " << dialogs.size() << " chats from " << total_count << " in "
|
||||
<< folder_id << ". last_dialog_date = " << folder->folder_last_dialog_date_
|
||||
<< max_dialog_date << " after receiving " << dialogs.size() << " chats " << added_dialog_ids
|
||||
<< " from " << total_count << " in " << folder_id
|
||||
<< ". last_dialog_date = " << folder->folder_last_dialog_date_
|
||||
<< ", last_loaded_database_dialog_date = " << folder->last_loaded_database_dialog_date_;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user