Add space after period to the routing log message
This commit is contained in:
parent
8a0fa732b0
commit
60d9615f00
|
|
@ -396,7 +396,7 @@ namespace Microsoft.AspNetCore.Routing
|
||||||
LogLevel.Debug,
|
LogLevel.Debug,
|
||||||
EventIds.TemplateFailedRequiredValues,
|
EventIds.TemplateFailedRequiredValues,
|
||||||
"Failed to process the template {Template} for {Endpoint}. " +
|
"Failed to process the template {Template} for {Endpoint}. " +
|
||||||
"A required route value is missing, or has a different value from the required default values." +
|
"A required route value is missing, or has a different value from the required default values. " +
|
||||||
"Supplied ambient values {AmbientValues} and {Values} with default values {Defaults}");
|
"Supplied ambient values {AmbientValues} and {Values} with default values {Defaults}");
|
||||||
|
|
||||||
private static readonly Action<ILogger, string, string, IRouteConstraint, string, string, Exception> _templateFailedConstraint = LoggerMessage.Define<string, string, IRouteConstraint, string, string>(
|
private static readonly Action<ILogger, string, string, IRouteConstraint, string, string, Exception> _templateFailedConstraint = LoggerMessage.Define<string, string, IRouteConstraint, string, string>(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue