[exo-jcr-commits] exo-jcr SVN: r472 - core/trunk/exo.core.component.security.core/src/main/java/org/exoplatform/services/security.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Nov 4 11:33:27 EST 2009


Author: dkatayev
Date: 2009-11-04 11:33:27 -0500 (Wed, 04 Nov 2009)
New Revision: 472

Modified:
   core/trunk/exo.core.component.security.core/src/main/java/org/exoplatform/services/security/IdentityRegistry.java
Log:
EXOJCR-224 logging level changed

Modified: core/trunk/exo.core.component.security.core/src/main/java/org/exoplatform/services/security/IdentityRegistry.java
===================================================================
--- core/trunk/exo.core.component.security.core/src/main/java/org/exoplatform/services/security/IdentityRegistry.java	2009-11-04 16:11:38 UTC (rev 471)
+++ core/trunk/exo.core.component.security.core/src/main/java/org/exoplatform/services/security/IdentityRegistry.java	2009-11-04 16:33:27 UTC (rev 472)
@@ -73,7 +73,7 @@
       }
       catch (NullPointerException e)
       {
-         LOG.warn("Parameter " + INIT_PARAM_CONCURRENCY_LEVEL + " was not found in configuration, default "
+         LOG.info("Parameter " + INIT_PARAM_CONCURRENCY_LEVEL + " was not found in configuration, default "
             + DEFAULT_CONCURRENCY_LEVEL + "will be used.");
          return DEFAULT_CONCURRENCY_LEVEL;
       }



More information about the exo-jcr-commits mailing list