mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[generator] Hush too common 'No street found' logging
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -121,7 +121,7 @@ void AddressEnricher::ProcessRawEntries(std::string const & path, TFBCollectFn c
|
|||||||
if (!res.street)
|
if (!res.street)
|
||||||
{
|
{
|
||||||
++m_stats.m_noStreet;
|
++m_stats.m_noStreet;
|
||||||
LOG(LWARNING, ("No street found:", e.m_street, mercator::ToLatLon(e.m_points.front())));
|
LOG(LDEBUG, ("No street found:", e.m_street, mercator::ToLatLon(e.m_points.front())));
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (res.interpol)
|
if (res.interpol)
|
||||||
|
|||||||
Reference in New Issue
Block a user