Skip to content

Commit

Permalink
Fix duplicate event name to resolve build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSandersonMS authored Jan 12, 2023
1 parent 957fb04 commit 8af87ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Middleware/ResponseCaching/src/LoggerExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ internal static partial class LoggerExtensions
EventName = "ResponseWithUnsuccessfulStatusCodeNotCacheable")]
internal static partial void ResponseWithUnsuccessfulStatusCodeNotCacheable(this ILogger logger, int statusCode);

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

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

0 comments on commit 8af87ef

Please sign in to comment.