From 336ed7cb2d13165ee291bfc60ee1f0a87dead7c5 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Thu, 4 Aug 2016 14:46:52 +0300 Subject: [PATCH] Reducing message priority if a tile of srtm is not found. --- generator/srtm_parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/srtm_parser.cpp b/generator/srtm_parser.cpp index e47f32626d..019187f3c0 100644 --- a/generator/srtm_parser.cpp +++ b/generator/srtm_parser.cpp @@ -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