Log which maps are processed by UpgradeModCommand

Upgrading the maps can take quite some time,
and at the moment you are left without information if something is happening.
This commit is contained in:
abcdefg30
2017-10-08 19:03:49 +02:00
committed by Paul Chote
parent 98170b0452
commit 5fdb828b60

View File

@@ -81,6 +81,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
{
try
{
Console.WriteLine(map.Package.Name);
UpgradeMapCommand.UpgradeMap(modData, (IReadWritePackage)map.Package, engineDate);
}
catch (Exception e)