Remove "Filling gap" warnings during getDifference.

This commit is contained in:
levlam 2021-08-26 17:23:18 +03:00
parent fcfbb38f63
commit e31a48998d
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ void UpdatesManager::fill_gap(void *td, const char *source) {
}
auto updates_manager = static_cast<Td *>(td)->updates_manager_.get();
if (source != nullptr) {
if (source != nullptr && !updates_manager->running_get_difference_) {
LOG(WARNING) << "Filling gap in " << source << " by running getDifference";
}