Merge pull request #3951 from bykoianko/master-reducing-priorty-of-warning-if-srtm-not-found

Reducing message priority if a tile of srtm is not found.
This commit is contained in:
Ilya Zverev 2016-08-04 15:54:56 +04:00 committed by GitHub
commit af235b8680

View file

@ -158,7 +158,7 @@ feature::TAltitude SrtmTileManager::GetHeight(ms::LatLon const & coord)
}
catch (RootException const & e)
{
LOG(LWARNING, ("Can't init SRTM tile:", base, "reason:", e.Msg()));
LOG(LINFO, ("Can't init SRTM tile:", base, "reason:", e.Msg()));
}
// It's OK to store even invalid tiles and return invalid height