[java-opensaml COMMIT] /trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/security/impl/MetadataCredentialReso...
noreply at shibboleth.net
noreply at shibboleth.net
Thu May 15 17:19:30 EDT 2014
Author: putmanb
Date: Thu May 15 17:19:29 2014
New Revision: 3873
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3873&view=rev
Log:
Tweak log message.
Modified:
trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/security/impl/MetadataCredentialResolver.java
Modified: trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/security/impl/MetadataCredentialResolver.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/security/impl/MetadataCredentialResolver.java?rev=3873&r1=3872&r2=3873&view=diff
==============================================================================
--- trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/security/impl/MetadataCredentialResolver.java (original)
+++ trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/security/impl/MetadataCredentialResolver.java Thu May 15 17:19:29 2014
@@ -258,7 +258,8 @@
entityID = ((EntityDescriptor)roleDescriptor.getParent()).getEntityID();
}
- log.debug("Resolving credentials from supplied RoleDescriptor using entityID: {}, usage: {}", entityID, usage);
+ log.debug("Resolving credentials from supplied RoleDescriptor using usage: {}. Effective entityID was: {}",
+ usage, entityID);
HashSet<Credential> credentials = new HashSet<Credential>(3);
processRoleDescriptor(credentials, roleDescriptor, entityID, usage);
More information about the commits
mailing list