[java-identity-provider COMMIT] /trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/i...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Oct 18 22:37:54 EDT 2016
Author: putmanb
Date: Tue Oct 18 22:37:53 2016
New Revision: 8516
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8516&view=rev
Log:
Fix inverted args to logging call.
Modified:
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/FinalizeSAMLTokenProcessing.java
Modified: trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/FinalizeSAMLTokenProcessing.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/FinalizeSAMLTokenProcessing.java?rev=8516&r1=8515&r2=8516&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/FinalizeSAMLTokenProcessing.java (original)
+++ trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/FinalizeSAMLTokenProcessing.java Tue Oct 18 22:37:53 2016
@@ -68,7 +68,7 @@
}
log.debug("{} Subject c14n from inbound delegated Assertion token produced principal name: {}",
- principalName, getLogPrefix());
+ getLogPrefix(), principalName);
return true;
}
More information about the commits
mailing list