[java-oidc-common] 02/02: Fix log message

Henri Mikkonen henri.mikkonen at iki.fi
Tue Feb 21 07:24:54 UTC 2023


This is an automated email from the git hooks/post-receive script.

hjmikkon pushed a commit to branch main
in repository java-oidc-common.

View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=bb9d0eb87dc8f040b41befc200395de7672a3887

commit bb9d0eb87dc8f040b41befc200395de7672a3887
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Tue Feb 21 09:24:39 2023 +0200

    Fix log message
---
 .../jose/impl/ClientInformationSignatureSigningParametersResolver.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/jose/impl/ClientInformationSignatureSigningParametersResolver.java b/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/jose/impl/ClientInformationSignatureSigningParametersResolver.java
index 564f1a3..614b260 100644
--- a/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/jose/impl/ClientInformationSignatureSigningParametersResolver.java
+++ b/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/jose/impl/ClientInformationSignatureSigningParametersResolver.java
@@ -121,7 +121,7 @@ public class ClientInformationSignatureSigningParametersResolver
         if (enabledAlgorithms.contains(algorithm)) {
             return List.of(algorithm);
         } else {
-            log.warn("The algorithm {} is not enabled, returning empty list");
+            log.warn("The algorithm {} is not enabled, returning empty list", algorithm);
             return Collections.emptyList();
         }
     }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list