mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[generator] Improve logging
- more logging for various stages start/finish - silenced some too repetitive and common warnings (changed to LDEBUG) Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -453,7 +453,7 @@ void RoadAccessCollector::Save()
|
||||
{
|
||||
// Dump only bicycle profile with the most wide barriers set to ignore.
|
||||
if (p.m_vehicleType == VehicleType::Bicycle)
|
||||
LOG(LWARNING, ("Node barrier without access:", nodeID));
|
||||
LOG(LDEBUG, ("Node barrier without access:", nodeID));
|
||||
continue;
|
||||
}
|
||||
}
|
||||
@@ -467,6 +467,8 @@ void RoadAccessCollector::Save()
|
||||
}, m_cache);
|
||||
|
||||
sizeWriter.Write(writer, count);
|
||||
|
||||
LOG(LINFO, ("Finished saving road access values"));
|
||||
}
|
||||
|
||||
void RoadAccessCollector::MergeInto(RoadAccessCollector & collector) const
|
||||
|
||||
Reference in New Issue
Block a user