[java-identity-provider] branch main updated: Adjust warning on missing property files.
Scott Cantor
cantor.2 at osu.edu
Fri Mar 12 16:42:15 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor 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=6f7232fb76e4e79139ca52bf2222d01e8a38537a
The following commit(s) were added to refs/heads/main by this push:
new 6f7232fb7 Adjust warning on missing property files.
6f7232fb7 is described below
commit 6f7232fb76e4e79139ca52bf2222d01e8a38537a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Mar 12 11:42:12 2021 -0500
Adjust warning on missing property files.
---
.../idp/spring/IdPPropertiesApplicationContextInitializer.java | 3 ++-
1 file changed, 2 insertions(+), 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 d7809fe4a..f18f36741 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,8 @@ public class IdPPropertiesApplicationContextInitializer
continue;
}
} else {
- LOG.warn("Unable to find property resource '{}'", 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