[hornetq-commits] JBoss hornetq SVN: r9610 - branches/2_2_0_HA_Improvements/src/main/org/hornetq/core/server/cluster/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Aug 30 04:13:20 EDT 2010


Author: jmesnil
Date: 2010-08-30 04:13:19 -0400 (Mon, 30 Aug 2010)
New Revision: 9610

Modified:
   branches/2_2_0_HA_Improvements/src/main/org/hornetq/core/server/cluster/impl/ClusterConnectionImpl.java
Log:
replace e.printStacktrace() by a log.warn

Modified: branches/2_2_0_HA_Improvements/src/main/org/hornetq/core/server/cluster/impl/ClusterConnectionImpl.java
===================================================================
--- branches/2_2_0_HA_Improvements/src/main/org/hornetq/core/server/cluster/impl/ClusterConnectionImpl.java	2010-08-30 08:12:18 UTC (rev 9609)
+++ branches/2_2_0_HA_Improvements/src/main/org/hornetq/core/server/cluster/impl/ClusterConnectionImpl.java	2010-08-30 08:13:19 UTC (rev 9610)
@@ -193,7 +193,7 @@
                }
                catch (Exception e)
                {
-                  e.printStackTrace();
+                  log.warn("did not connect the cluster connection to other nodes", e);
                }
             }
          });



More information about the hornetq-commits mailing list