mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-29 01:03:46 +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:
@@ -265,6 +265,7 @@ bool RawGenerator::GenerateFilteredFeatures()
|
||||
while (!isEnd);
|
||||
|
||||
LOG(LINFO, ("OSM source input was processed."));
|
||||
LOG(LINFO, ("Finishing translators..."));
|
||||
if (!translators.Finish())
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user