[java-identity-provider] branch main updated: Tweak log message.
Scott Cantor
cantor.2 at osu.edu
Thu May 13 15:19:29 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=9d310b03d4e7fcf2cae3bd8353ee88ab263fd3b4
The following commit(s) were added to refs/heads/main by this push:
new 9d310b03d Tweak log message.
9d310b03d is described below
commit 9d310b03d4e7fcf2cae3bd8353ee88ab263fd3b4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu May 13 11:19:27 2021 -0400
Tweak log message.
---
.../filter/policyrule/saml/impl/AbstractEntityAttributePolicyRule.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/policyrule/saml/impl/AbstractEntityAttributePolicyRule.java b/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/policyrule/saml/impl/AbstractEntityAttributePolicyRule.java
index 875ec8849..3fb70f734 100644
--- a/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/policyrule/saml/impl/AbstractEntityAttributePolicyRule.java
+++ b/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/policyrule/saml/impl/AbstractEntityAttributePolicyRule.java
@@ -280,7 +280,7 @@ public abstract class AbstractEntityAttributePolicyRule extends AbstractPolicyRu
}
if (getNameFormat() == null || (Objects.equals(getNameFormat(), entityAttribute.getNameFormat()))) {
- log.debug("{} Metadata for {} contains Attribute with name {} and format {}",
+ log.debug("{} Metadata for {} contains Attribute matching name {} and format {}",
new Object[] {getLogPrefix(), name, getAttributeName(), getNameFormat(),});
valueAccumulator.addAll(
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list