[java-identity-provider COMMIT] /trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl/Sel...

noreply at shibboleth.net noreply at shibboleth.net
Sun Dec 14 23:18:58 EST 2014


Author: scantor
Date: Sun Dec 14 23:18:58 2014
New Revision: 7097

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7097&view=rev
Log:
Lower log level.

Modified:
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl/SelectProfileInterceptorFlow.java

Modified: trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl/SelectProfileInterceptorFlow.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl/SelectProfileInterceptorFlow.java?rev=7097&r1=7096&r2=7097&view=diff
==============================================================================
--- trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl/SelectProfileInterceptorFlow.java (original)
+++ trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl/SelectProfileInterceptorFlow.java Sun Dec 14 23:18:58 2014
@@ -62,7 +62,7 @@
         // Detect a previous attempted flow, and move it to the intermediate collection.
         // This will prevent re-selecting the same flow again.
         if (interceptorContext.getAttemptedFlow() != null) {
-            log.info("{} Moving completed flow {} to completed set, selecting next one", getLogPrefix(),
+            log.debug("{} Moving completed flow {} to completed set, selecting next one", getLogPrefix(),
                     interceptorContext.getAttemptedFlow().getId());
             interceptorContext.getAvailableFlows().remove(interceptorContext.getAttemptedFlow().getId());
             interceptorContext.setAttemptedFlow(null);



More information about the commits mailing list