diff --git a/storage/storage.cpp b/storage/storage.cpp index c58b7dcf2a..fe709b2fc2 100644 --- a/storage/storage.cpp +++ b/storage/storage.cpp @@ -1453,7 +1453,7 @@ void Storage::OnDiffStatusReceived(diffs::Status const status) ASSERT_THREAD_CHECKER(m_threadChecker, ()); if (!isSuccess) { - OnDownloadFailed(countryId); + m_failedCountries.insert(countryId); return; }