Author: dkatayev
Date: 2009-11-04 11:39:05 -0500 (Wed, 04 Nov 2009)
New Revision: 473
Modified:
core/trunk/exo.core.component.security.core/src/main/java/org/exoplatform/services/security/ConversationRegistry.java
Log:
EXOJCR-225 logging level changed
Modified:
core/trunk/exo.core.component.security.core/src/main/java/org/exoplatform/services/security/ConversationRegistry.java
===================================================================
---
core/trunk/exo.core.component.security.core/src/main/java/org/exoplatform/services/security/ConversationRegistry.java 2009-11-04
16:33:27 UTC (rev 472)
+++
core/trunk/exo.core.component.security.core/src/main/java/org/exoplatform/services/security/ConversationRegistry.java 2009-11-04
16:39:05 UTC (rev 473)
@@ -85,7 +85,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;
}