[java-identity-provider COMMIT] /trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/SetRequ...

noreply at shibboleth.net noreply at shibboleth.net
Wed Oct 17 15:40:55 EDT 2012


Author: tzeller
Date: Wed Oct 17 15:40:55 2012
New Revision: 4221

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

Modified:
    trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/SetRequestedAuthenticationWorkflows.java

Modified: trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/SetRequestedAuthenticationWorkflows.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/SetRequestedAuthenticationWorkflows.java?rev=4221&r1=4220&r2=4221&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/SetRequestedAuthenticationWorkflows.java (original)
+++ trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/SetRequestedAuthenticationWorkflows.java Wed Oct 17 15:40:55 2012
@@ -69,7 +69,7 @@
         }
 
         final List<String> requestedWorkflowIds = getRequestedWorkflows(authnRequest);
-        log.debug("Action {}: inbound AuthnRequest requsted the following workflow IDs: {}", getId(),
+        log.debug("Action {}: inbound AuthnRequest requested the following workflow IDs: {}", getId(),
                 requestedWorkflowIds);
 
         final Map<String, AuthenticationWorkflowDescriptor> availableDescritpors =



More information about the commits mailing list