Skip to content

Commit

Permalink
Merged PR 15468: [3.1] Clean up logging
Browse files Browse the repository at this point in the history
Clean up logging
  • Loading branch information
HaoK authored and wtgodbe committed Jul 15, 2021
1 parent 55aef1f commit 0a2e366
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ protected override async Task<AuthenticateResult> HandleAuthenticateAsync()
return AuthenticateResult.Fail(authenticationFailedContext.Exception);
}

return AuthenticateResult.Fail("No SecurityTokenValidator available for token: " + token ?? "[null]");
return AuthenticateResult.Fail("No SecurityTokenValidator available for token.");
}
catch (Exception ex)
{
Expand Down

0 comments on commit 0a2e366

Please sign in to comment.