[hornetq-commits] JBoss hornetq SVN: r10397 - branches/Branch_2_2_EAP/src/main/org/hornetq/core/settings/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Mar 28 10:08:21 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-03-28 10:08:21 -0400 (Mon, 28 Mar 2011)
New Revision: 10397

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/settings/impl/HierarchicalObjectRepository.java
Log:
use log.debug instead of log.info

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/settings/impl/HierarchicalObjectRepository.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/settings/impl/HierarchicalObjectRepository.java	2011-03-28 14:07:56 UTC (rev 10396)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/settings/impl/HierarchicalObjectRepository.java	2011-03-28 14:08:21 UTC (rev 10397)
@@ -184,7 +184,7 @@
       boolean isImmutable = immutables.contains(match);
       if (isImmutable)
       {
-         log.info("Cannot remove match "  + match + " since it came from a main config");
+         log.debug("Cannot remove match "  + match + " since it came from a main config");
       }
       else
       {



More information about the hornetq-commits mailing list