From d2b441f812b632baf244f701a3e45cb9c9f6f4ba Mon Sep 17 00:00:00 2001 From: levlam Date: Tue, 31 Mar 2020 03:13:59 +0300 Subject: [PATCH] Disable profile photos debug warnings. GitOrigin-RevId: abe2ea6b184027f6e23b1193d8d61e51ed580c65 --- td/telegram/ContactsManager.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;