Skip to content

Commit

Permalink
Fixed incorrect log message usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mafurman committed Oct 18, 2019
1 parent cff3250 commit 6de2b3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ internal static void ValidateTokenType(string type, TokenValidationParameters va

if (validationParameters.ValidTypes == null || validationParameters.ValidTypes.Count() == 0)
{
LogHelper.LogInformation(TokenLogMessages.IDX10254);
LogHelper.LogInformation(TokenLogMessages.IDX10255);
return;
}

Expand Down

0 comments on commit 6de2b3c

Please sign in to comment.