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

noreply at shibboleth.net noreply at shibboleth.net
Wed Feb 19 16:33:55 EST 2014


Author: scantor
Date: Wed Feb 19 16:33:55 2014
New Revision: 5403

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

Modified:
    trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/InitializeRequestedPrincipalContext.java

Modified: trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/InitializeRequestedPrincipalContext.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/InitializeRequestedPrincipalContext.java?rev=5403&r1=5402&r2=5403&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/InitializeRequestedPrincipalContext.java (original)
+++ trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/InitializeRequestedPrincipalContext.java Wed Feb 19 16:33:55 2014
@@ -109,7 +109,7 @@
         
         authenticationProfileConfig = (AuthenticationProfileConfiguration) config;
         if (authenticationProfileConfig.getDefaultAuthenticationMethods().isEmpty()) {
-            log.debug("{} Profile configuration does not include any default authentication methods");
+            log.debug("{} Profile configuration does not include any default authentication methods", getLogPrefix());
             return false;
         }
         



More information about the commits mailing list