[generator] Added log info for each stage of MwmStage (#3380)

I think this is useful because MwmStage process is painfully slow.

Signed-off-by: Maciej Sikorski <maciejosikorski@gmail.com>
This commit is contained in:
Maciej Sikorski 2022-09-10 16:41:35 +02:00 committed by GitHub
parent 73a8771af4
commit 1e49ca6a50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)