Logging enchancement.

This commit is contained in:
Lev Dragunov 2015-07-09 18:07:43 +03:00 committed by Alex Zolotarev
parent 696d32fbd6
commit 3eeda44d2c

View file

@ -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();