Skip to content

Commit

Permalink
Merge pull request #1 from muqeet-khan/muqeet-khan-patch-1
Browse files Browse the repository at this point in the history
Updated logging extension to remove the period on ValidationFailed
  • Loading branch information
muqeet-khan authored Nov 22, 2017
2 parents a9482d1 + e2f6ad6 commit 477ed8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ static LoggingExtensions()
_tokenValidationFailed = LoggerMessage.Define<string>(
eventId: 1,
logLevel: LogLevel.Information,
formatString: "Failed to validate the token {Token}.");
formatString: "Failed to validate the token {Token}");
_tokenValidationSucceeded = LoggerMessage.Define(
eventId: 2,
logLevel: LogLevel.Information,
Expand Down

0 comments on commit 477ed8d

Please sign in to comment.