mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 13:23:59 +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:
@@ -23,11 +23,11 @@ void WorldFinalProcessor::Process()
|
||||
auto fbs = ReadAllDatRawFormat<serialization_policy::MaxAccuracy>(m_worldTmpFilename);
|
||||
Order(fbs);
|
||||
WorldGenerator generator(m_worldTmpFilename, m_coastlineGeomFilename, m_popularPlacesFilename);
|
||||
LOG(LINFO, ("Process World features"));
|
||||
LOG(LINFO, ("Processing World features..."));
|
||||
for (auto & fb : fbs)
|
||||
generator.Process(fb);
|
||||
|
||||
LOG(LINFO, ("Merge World lines"));
|
||||
LOG(LINFO, ("Merging World lines..."));
|
||||
generator.DoMerge();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user