Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit 9d43f3f

Browse files
* Improve message
1 parent e23e04b commit 9d43f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.AspNet.Mvc.Formatters.Json/Logging/JsonInputFormatterLoggerExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ static JsonInputFormatterLoggerExtensions()
1212
_jsonInputFormatterCrashed = LoggerMessage.Define<string>(
1313
LogLevel.Debug,
1414
1,
15-
"Json input formatting failed with error {0}");
15+
"Json input formatting failed, exception was '{0}'.");
1616
}
1717

1818
public static void JsonInputException(this ILogger logger, Exception exception)

0 commit comments

Comments
 (0)