[java-identity-provider COMMIT] /trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml1/AddStat...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jan 6 11:00:58 EST 2014
Author: scantor
Date: Mon Jan 6 11:00:57 2014
New Revision: 5154
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5154&view=rev
Log:
Change log level
Modified:
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml1/AddStatusToResponse.java
Modified: trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml1/AddStatusToResponse.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml1/AddStatusToResponse.java?rev=5154&r1=5153&r2=5154&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml1/AddStatusToResponse.java (original)
+++ trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml1/AddStatusToResponse.java Mon Jan 6 11:00:57 2014
@@ -193,7 +193,7 @@
response = responseLookupStrategy.apply(profileRequestContext);
if (response == null) {
- log.error("{} Response message was not returned by lookup strategy", getLogPrefix());
+ log.debug("{} Response message was not returned by lookup strategy", getLogPrefix());
ActionSupport.buildEvent(profileRequestContext, EventIds.INVALID_MSG_CTX);
return false;
}
More information about the commits
mailing list