From a5ac1aa581bf83a391e27539f5353ece56f7c94b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 28 Jun 2014 10:38:33 +0200 Subject: [PATCH] tell us what you are doing --- OpenRA.Lint/YamlChecker.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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