forked from organicmaps/organicmaps
Logging enchancement.
This commit is contained in:
parent
696d32fbd6
commit
3eeda44d2c
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ void OnlineAbsentCountriesFetcher::GetAbsentCountries(vector<string> & countries
|
|||
if (localFile && HasOptions(localFile->GetFiles(), TMapOptions::EMapWithCarRouting))
|
||||
continue;
|
||||
|
||||
LOG(LINFO, ("Online absent countries fetcher recomends to download: ", name));
|
||||
LOG(LINFO, ("Needs: ", name));
|
||||
countries.emplace_back(move(name));
|
||||
}
|
||||
m_fetcherThread.reset();
|
||||
|
|
Loading…
Add table
Reference in a new issue