[hornetq-commits] JBoss hornetq SVN: r8449 - trunk/src/main/org/hornetq/core/server/cluster/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Sat Nov 28 10:40:29 EST 2009


Author: jmesnil
Date: 2009-11-28 10:40:28 -0500 (Sat, 28 Nov 2009)
New Revision: 8449

Modified:
   trunk/src/main/org/hornetq/core/server/cluster/impl/BridgeImpl.java
Log:
add log before connecting the bridge to its destination

Modified: trunk/src/main/org/hornetq/core/server/cluster/impl/BridgeImpl.java
===================================================================
--- trunk/src/main/org/hornetq/core/server/cluster/impl/BridgeImpl.java	2009-11-28 14:35:39 UTC (rev 8448)
+++ trunk/src/main/org/hornetq/core/server/cluster/impl/BridgeImpl.java	2009-11-28 15:40:28 UTC (rev 8449)
@@ -643,6 +643,8 @@
 
       do
       {
+         log.info("Connecting bridge " + name + " to its destination");
+
          try
          {
             if (discoveryAddress != null)



More information about the hornetq-commits mailing list