Improve logging.
This commit is contained in:
parent
ca95e77845
commit
5c46c95ac5
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user