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;
}