diff --git a/td/telegram/ContactsManager.cpp b/td/telegram/ContactsManager.cpp index 2fce20d1b..20ce31548 100644 --- a/td/telegram/ContactsManager.cpp +++ b/td/telegram/ContactsManager.cpp @@ -8615,8 +8615,8 @@ void ContactsManager::on_get_user_photos(UserId user_id, int32 offset, int32 lim return; } - LOG(WARNING) << "Receive " << photo_count << " photos of " << user_id << " out of " << total_count << " with offset " - << offset << " and limit " << limit; + LOG(INFO) << "Receive " << photo_count << " photos of " << user_id << " out of " << total_count << " with offset " + << offset << " and limit " << limit; UserPhotos *user_photos = &user_photos_[user_id]; user_photos->count = total_count; CHECK(user_photos->getting_now); @@ -9351,7 +9351,7 @@ void ContactsManager::on_delete_profile_photo(int64 profile_photo_id, Promisesecond;