Author: clebert.suconic(a)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;
}
Show replies by date