only display lint check name when something goes wrong

This commit is contained in:
Matthias Mailänder
2014-06-28 10:38:14 +02:00
parent 492abc0853
commit 95c43132c7

View File

@@ -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));
}
}
}