[java-identity-provider] branch main updated: Fix typo in log message

Ian Young ian at iay.org.uk
Sat Mar 13 09:58:40 UTC 2021


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

iay pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=498a1b3f1cc86c07599b1add8f940a7c4119340d

The following commit(s) were added to refs/heads/main by this push:
       new  498a1b3f1 Fix typo in log message
498a1b3f1 is described below

commit 498a1b3f1cc86c07599b1add8f940a7c4119340d
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Sat Mar 13 09:58:36 2021 +0000

    Fix typo in log message
---
 .../idp/spring/IdPPropertiesApplicationContextInitializer.java          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-core/src/main/java/net/shibboleth/idp/spring/IdPPropertiesApplicationContextInitializer.java b/idp-core/src/main/java/net/shibboleth/idp/spring/IdPPropertiesApplicationContextInitializer.java
index f18f36741..6962ef5e7 100644
--- a/idp-core/src/main/java/net/shibboleth/idp/spring/IdPPropertiesApplicationContextInitializer.java
+++ b/idp-core/src/main/java/net/shibboleth/idp/spring/IdPPropertiesApplicationContextInitializer.java
@@ -286,7 +286,7 @@ public class IdPPropertiesApplicationContextInitializer
                     continue;
                 }
             } else {
-                LOG.warn("Unable to find property resource '{}' (check {}?}", additionalResource,
+                LOG.warn("Unable to find property resource '{}' (check {}?)", additionalResource,
                         IDP_ADDITIONAL_PROPERTY);
             }
         }

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


More information about the commits mailing list