[generator] Hush too common 'No street found' logging

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-09-15 10:12:14 +07:00
parent 450c25c4a5
commit 015fd8ce3f

View File

@@ -121,7 +121,7 @@ void AddressEnricher::ProcessRawEntries(std::string const & path, TFBCollectFn c
if (!res.street)
{
++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;
}
if (res.interpol)