diff --git a/map/feature_vec_model.cpp b/map/feature_vec_model.cpp index 65812a5c54..a54308bdbe 100644 --- a/map/feature_vec_model.cpp +++ b/map/feature_vec_model.cpp @@ -52,7 +52,7 @@ pair FeaturesFetcher::RegisterMap( auto result = m_multiIndex.RegisterMap(localFile); if (result.second != MwmSet::RegResult::Success) { - LOG(LWARNING, ("Can't add map", localFile.GetCountryName(), + LOG(LWARNING, ("Can't add map", localFile.GetCountryName(), "(", result.second, ").", "Probably it's already added or has newer data version.")); } else