authorize: remove extra formatting directive

This commit is contained in:
Kenneth Jenkins 2023-08-25 09:54:36 -07:00
parent 5a4acc5cd3
commit 8d6a812098

View file

@ -120,7 +120,7 @@ func isValidClientCertificate(
valid := verifyErr == nil
if verifyErr != nil {
log.Debug(context.Background()).Err(verifyErr).Msg("client certificate failed verification: %w")
log.Debug(context.Background()).Err(verifyErr).Msg("client certificate failed verification")
}
isValidClientCertificateCache.Add(cacheKey, valid)