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

noreply at shibboleth.net noreply at shibboleth.net
Tue Jul 1 18:29:44 EDT 2014


Author: scantor
Date: Tue Jul  1 18:29:44 2014
New Revision: 6199

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

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

Modified: trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/SelectProfileConfiguration.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/SelectProfileConfiguration.java?rev=6199&r1=6198&r2=6199&view=diff
==============================================================================
--- trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/SelectProfileConfiguration.java (original)
+++ trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/SelectProfileConfiguration.java Tue Jul  1 18:29:44 2014
@@ -108,7 +108,7 @@
 
         final ProfileConfiguration profileConfiguration = rpConfig.getProfileConfiguration(profileId);
         if (profileConfiguration == null) {
-            log.debug("{} Profile {} is not available for relying party configuration {}",
+            log.warn("{} Profile {} is not available for relying party configuration {}",
                     new Object[] {getLogPrefix(), profileId, rpConfig.getId(),});
             ActionSupport.buildEvent(profileRequestContext, IdPEventIds.INVALID_PROFILE_CONFIG);
             return;



More information about the commits mailing list