mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-04 03:43: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:
@@ -62,9 +62,7 @@ void Translator::Emit(OsmElement const & src)
|
||||
|
||||
void Translator::Finish()
|
||||
{
|
||||
LOG(LINFO, ("Finishing collectors..."));
|
||||
m_collector->Finish();
|
||||
LOG(LINFO, ("Finishing processors..."));
|
||||
m_processor->Finish();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user