Fix log message.
GitOrigin-RevId: 8c255ed561ac1868eb1224238c6f40d9b7b69dac
This commit is contained in:
parent
cc499af5c7
commit
c1eadfdc14
@ -10532,7 +10532,7 @@ void MessagesManager::on_get_dialogs(vector<tl_object_ptr<telegram_api::dialog>>
|
||||
break;
|
||||
case DialogType::Channel:
|
||||
if (!has_pts) {
|
||||
LOG(ERROR) << "Receive channel " << dialog_id << "without pts";
|
||||
LOG(ERROR) << "Receive channel " << dialog_id << " without pts";
|
||||
return promise.set_error(
|
||||
Status::Error(500, "Wrong query result returned: receive supergroup chat without pts"));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user