forked from organicmaps/organicmaps
Reducing message priority if a tile of srtm is not found.
This commit is contained in:
parent
4ef23b5758
commit
336ed7cb2d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue