diff --git a/tools/python/maps_generator/generator/stages_declaration.py b/tools/python/maps_generator/generator/stages_declaration.py index 372bfa5f4b..945a581c34 100644 --- a/tools/python/maps_generator/generator/stages_declaration.py +++ b/tools/python/maps_generator/generator/stages_declaration.py @@ -203,6 +203,7 @@ class StageMwm(Stage): ] for stage in world_stages.get(country, mwm_stages): + logger.info('Mwm stage {}: start...'.format(stage.__name__)) stage(country=country)(env) env.finish_mwm(country)