Author: ataylor
Date: 2011-10-21 03:48:48 -0400 (Fri, 21 Oct 2011)
New Revision: 11570
Modified:
branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/Topology.java
Log:
changed log message to debug
Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/Topology.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/Topology.java 2011-10-20
12:01:57 UTC (rev 11569)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/Topology.java 2011-10-21
07:48:48 UTC (rev 11570)
@@ -130,7 +130,7 @@
TopologyMember currentMember = getMember(nodeId);
if (currentMember == null)
{
- log.warn("There's no live to be updated on backup update,
node=" + nodeId + " memberInput=" + memberInput,
+ log.debug("There's no live to be updated on backup update,
node=" + nodeId + " memberInput=" + memberInput,
new Exception("trace"));
currentMember = memberInput;