Move logging of gaps in channels to INFO.
GitOrigin-RevId: 094a918973b02804f357e898378c55c147d02490
This commit is contained in:
parent
3022046858
commit
523f4b9b26
@ -6190,8 +6190,8 @@ void MessagesManager::add_pending_channel_update(DialogId dialog_id, tl_object_p
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (old_pts + pts_count != new_pts) {
|
if (old_pts + pts_count != new_pts) {
|
||||||
LOG(WARNING) << "Found a gap in the " << dialog_id << " with pts = " << old_pts << ". new_pts = " << new_pts
|
LOG(INFO) << "Found a gap in the " << dialog_id << " with pts = " << old_pts << ". new_pts = " << new_pts
|
||||||
<< ", pts_count = " << pts_count << " in update from " << source;
|
<< ", pts_count = " << pts_count << " in update from " << source;
|
||||||
|
|
||||||
if (pts_count > 0) {
|
if (pts_count > 0) {
|
||||||
d->postponed_channel_updates.emplace(new_pts, PendingPtsUpdate(std::move(update), new_pts, pts_count));
|
d->postponed_channel_updates.emplace(new_pts, PendingPtsUpdate(std::move(update), new_pts, pts_count));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user