Skip to content

Commit 8af87ef

Browse files
Fix duplicate event name to resolve build failure
1 parent 957fb04 commit 8af87ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware/ResponseCaching/src/LoggerExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ internal static partial class LoggerExtensions
7878
EventName = "ResponseWithUnsuccessfulStatusCodeNotCacheable")]
7979
internal static partial void ResponseWithUnsuccessfulStatusCodeNotCacheable(this ILogger logger, int statusCode);
8080

81-
[LoggerMessage(18, LogLevel.Debug, "The 'IfNoneMatch' header of the request contains a value of *.", EventName = "ExpirationExpiresExceeded")]
81+
[LoggerMessage(18, LogLevel.Debug, "The 'IfNoneMatch' header of the request contains a value of *.", EventName = "NotModifiedIfNoneMatchStar")]
8282
internal static partial void NotModifiedIfNoneMatchStar(this ILogger logger);
8383

8484
[LoggerMessage(19, LogLevel.Debug, "The ETag {ETag} in the 'IfNoneMatch' header matched the ETag of a cached entry.",

0 commit comments

Comments
 (0)