Skip to content

Commit 4a88e36

Browse files
committed
Fix build.
1 parent 6da74c7 commit 4a88e36

File tree

1 file changed

+2
-2
lines changed
  • src/Components/Components/src/Routing

1 file changed

+2
-2
lines changed

src/Components/Components/src/Routing/Router.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,8 +490,8 @@ private static partial class Log
490490
[LoggerMessage(3, LogLevel.Debug, "Navigating to non-component URI '{ExternalUri}' in response to path '{Path}' with base URI '{BaseUri}'", EventName = "NavigatingToExternalUri")]
491491
internal static partial void NavigatingToExternalUri(ILogger logger, string externalUri, string path, string baseUri);
492492

493-
[LoggerMessage(4, LogLevel.Debug, $"Displaying {nameof(NotFound)} on request", EventName = "DisplayingNotFoundOnRequest")]
494-
internal static partial void DisplayingNotFound(ILogger logger, string displayedPath);
493+
[LoggerMessage(4, LogLevel.Debug, $"Displaying contents of {{displayedContentPath}} on request", EventName = "DisplayingNotFoundOnRequest")]
494+
internal static partial void DisplayingNotFound(ILogger logger, string displayedContentPath);
495495
#pragma warning restore CS0618 // Type or member is obsolete
496496
}
497497
}

0 commit comments

Comments
 (0)