Fix updates logging.

This commit is contained in:
levlam 2023-11-09 01:46:02 +03:00
parent 10dda3df77
commit 247eff6f58

View File

@ -2083,7 +2083,7 @@ void UpdatesManager::on_get_pts_update(int32 pts,
}
if (!difference->new_encrypted_messages_.empty() || update_count != 1) {
LOG(ERROR) << "Receive unexpected updates with PTS " << pts << ": " << to_string(difference_ptr);
LOG(ERROR) << "Receive unexpected updates with PTS " << pts << ": " << to_string(difference);
break;
}