Improve error message.
This commit is contained in:
parent
c92948e8b9
commit
5acc895975
@ -2097,7 +2097,9 @@ void UpdatesManager::on_get_pts_update(int32 pts,
|
|||||||
}
|
}
|
||||||
case telegram_api::updates_differenceEmpty::ID:
|
case telegram_api::updates_differenceEmpty::ID:
|
||||||
case telegram_api::updates_differenceTooLong::ID: {
|
case telegram_api::updates_differenceTooLong::ID: {
|
||||||
LOG(ERROR) << "Receive " << to_string(difference_ptr);
|
LOG(ERROR) << "Receive " << oneline(to_string(difference_ptr)) << " for request with PTS = " << pts - 1
|
||||||
|
<< ", but have pending " << oneline(to_string(pending_pts_updates_.begin()->update))
|
||||||
|
<< " with PTS = " << pending_pts_updates_.begin()->pts;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
UNREACHABLE();
|
UNREACHABLE();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user