Improve logging.
GitOrigin-RevId: 519825dc66e76a1ba72c7100f78cfba0f796b752
This commit is contained in:
parent
7680ccf967
commit
23e13ab5bc
@ -1604,7 +1604,7 @@ std::pair<int64, FileId> StickersManager::on_get_sticker_document(
|
||||
thumbnail = std::move(photo_size.get<0>());
|
||||
break;
|
||||
} else {
|
||||
LOG(ERROR) << "Receive minithumbnail for a sticker";
|
||||
LOG(ERROR) << "Receive minithumbnail for a sticker " << sticker_id << ": " << to_string(sticker);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user