[jboss-cvs] JBossAS SVN: r63699 - trunk/cluster/src/main/org/jboss/ha/framework/server.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 27 16:08:29 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-06-27 16:08:29 -0400 (Wed, 27 Jun 2007)
New Revision: 63699

Modified:
   trunk/cluster/src/main/org/jboss/ha/framework/server/ClusterPartition.java
Log:
Reduce a logging level

Modified: trunk/cluster/src/main/org/jboss/ha/framework/server/ClusterPartition.java
===================================================================
--- trunk/cluster/src/main/org/jboss/ha/framework/server/ClusterPartition.java	2007-06-27 18:33:30 UTC (rev 63698)
+++ trunk/cluster/src/main/org/jboss/ha/framework/server/ClusterPartition.java	2007-06-27 20:08:29 UTC (rev 63699)
@@ -1813,7 +1813,7 @@
             if (handler == null)
             {
                if( trace )
-                  log.debug("Partition " + getPartitionName() + " no rpc handler registered under service " + service);
+                  log.trace("Partition " + getPartitionName() + " no rpc handler registered under service " + service);
                return new NoHandlerForRPC();
             }
             




More information about the jboss-cvs-commits mailing list