diff --git a/OpenRA.Lint/YamlChecker.cs b/OpenRA.Lint/YamlChecker.cs index 029e42c04e..7c8e3ce487 100644 --- a/OpenRA.Lint/YamlChecker.cs +++ b/OpenRA.Lint/YamlChecker.cs @@ -84,7 +84,7 @@ namespace OpenRA.Lint } catch (Exception e) { - EmitError("Failed with exception: {0}".F(e)); + EmitError("{0} failed with exception: {0}".F(customPassType, e)); } } }