[hornetq-commits] JBoss hornetq SVN: r10464 - branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Apr 8 00:39:58 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-04-08 00:39:58 -0400 (Fri, 08 Apr 2011)
New Revision: 10464

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl/ClusterManagerImpl.java
Log:
just fixing a typo on logs

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl/ClusterManagerImpl.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl/ClusterManagerImpl.java	2011-04-07 22:04:34 UTC (rev 10463)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl/ClusterManagerImpl.java	2011-04-08 04:39:58 UTC (rev 10464)
@@ -749,7 +749,7 @@
 
       if(clusterConnections.containsKey(config.getName()))
       {
-         log.warn("Clustwer Configuration  '" + config.getConnectorName() + "' already exists. The cluster connection will not be deployed.");
+         log.warn("Cluster Configuration  '" + config.getConnectorName() + "' already exists. The cluster connection will not be deployed.", new Exception ("trace"));
          return;
       }
 



More information about the hornetq-commits mailing list