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

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Aug 24 19:51:12 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-08-24 19:51:12 -0400 (Wed, 24 Aug 2011)
New Revision: 11221

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/Topology.java
Log:
just changing a message

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-08-24 23:02:39 UTC (rev 11220)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/Topology.java	2011-08-24 23:51:12 UTC (rev 11221)
@@ -233,7 +233,7 @@
          {
             // The cluster may get in loop without this..
             // Case one node is stll sending nodeDown while another member is sending nodeUp
-            log.warn("The topology controller identified a blast of nodeUp and down and it is ignoring a nodeUP",
+            log.warn("The topology controller identified a blast events and it's interrupting the flow of the loop",
                      new Exception("this exception is just to trace location"));
             return false;
          }



More information about the hornetq-commits mailing list