Improve logging.

This commit is contained in:
levlam 2022-08-08 19:26:57 +03:00
parent ca95e77845
commit 5c46c95ac5

View File

@ -14895,7 +14895,8 @@ bool ContactsManager::is_chat_full_outdated(const ChatFull *chat_full, const Cha
return true;
}
LOG(DEBUG) << "Full " << chat_id << " is up-to-date with version " << chat_full->version;
LOG(DEBUG) << "Full " << chat_id << " is up-to-date with version " << chat_full->version << " and photos " << c->photo
<< '/' << chat_full->photo;
return false;
}