Addressing minor comment from feedback
This commit is contained in:
parent
f77493dffe
commit
879057b873
|
|
@ -65,7 +65,7 @@ namespace Microsoft.AspNet.Mvc
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.LogVerbose(
|
logger.LogVerbose(
|
||||||
"Selected output formatter '{OutputFormatter}'and content type " +
|
"Selected output formatter '{OutputFormatter}' and content type " +
|
||||||
"'{ContentType}' to write the response.",
|
"'{ContentType}' to write the response.",
|
||||||
selectedFormatter.GetType().FullName,
|
selectedFormatter.GetType().FullName,
|
||||||
formatterContext.SelectedContentType);
|
formatterContext.SelectedContentType);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue