diff --git a/OpenRA.Lint/YamlChecker.cs b/OpenRA.Lint/YamlChecker.cs index 7c8e3ce487..9011df7476 100644 --- a/OpenRA.Lint/YamlChecker.cs +++ b/OpenRA.Lint/YamlChecker.cs @@ -69,7 +69,7 @@ namespace OpenRA.Lint foreach (var testMap in maps) { if (verbose) - Console.WriteLine("Map: {0}".F(testMap.Title)); + Console.WriteLine("Testing map: {0}".F(testMap.Title)); testMap.PreloadRules(); foreach (var customPassType in Game.modData.ObjectCreator