mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53: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:
committed by
Harry Bond
parent
126a24fc4a
commit
cc8f45bac9
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user