forked from organicmaps/organicmaps
[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:
parent
73a8771af4
commit
1e49ca6a50
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue