Log received message info.

This commit is contained in:
levlam 2024-01-21 01:50:20 +03:00
parent 674b380bd5
commit b4c075593e
1 changed files with 2 additions and 0 deletions

View File

@ -1047,6 +1047,8 @@ void Session::on_message_info(mtproto::MessageId message_id, int32 state, mtprot
return;
}
}
LOG(INFO) << "Receive info about " << message_id << " with state = " << state << " and answer " << answer_message_id
<< " from " << source;
if (message_id != mtproto::MessageId()) {
if (it == sent_queries_.end()) {
return;