[java-identity-provider COMMIT] /trunk/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/DetectIdentityS...

noreply at shibboleth.net noreply at shibboleth.net
Wed Mar 23 20:51:24 EDT 2016


Author: scantor
Date: Wed Mar 23 20:51:23 2016
New Revision: 8175

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8175&view=rev
Log:
Fix log prefix.

Modified:
    trunk/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/DetectIdentitySwitch.java

Modified: trunk/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/DetectIdentitySwitch.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/DetectIdentitySwitch.java?rev=8175&r1=8174&r2=8175&view=diff
==============================================================================
--- trunk/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/DetectIdentitySwitch.java	(original)
+++ trunk/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/DetectIdentitySwitch.java	Wed Mar 23 20:51:23 2016
@@ -165,7 +165,7 @@
             @Nonnull final AuthenticationContext authenticationContext) {
 
         if (sessionCtx.getIdPSession().getPrincipalName().equals(newPrincipalName)) {
-            log.debug("{} Identities from session and new authentication result match, nothing to do");
+            log.debug("{} Identities from session and new authentication result match, nothing to do", getLogPrefix());
             return;
         }
         



More information about the commits mailing list