[hornetq-commits] JBoss hornetq SVN: r8448 - trunk/src/main/org/hornetq/core/replication/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Sat Nov 28 09:35:40 EST 2009


Author: jmesnil
Date: 2009-11-28 09:35:39 -0500 (Sat, 28 Nov 2009)
New Revision: 8448

Modified:
   trunk/src/main/org/hornetq/core/replication/impl/ReplicationManagerImpl.java
Log:
log exception if the replication manager can not be started

Modified: trunk/src/main/org/hornetq/core/replication/impl/ReplicationManagerImpl.java
===================================================================
--- trunk/src/main/org/hornetq/core/replication/impl/ReplicationManagerImpl.java	2009-11-28 14:35:00 UTC (rev 8447)
+++ trunk/src/main/org/hornetq/core/replication/impl/ReplicationManagerImpl.java	2009-11-28 14:35:39 UTC (rev 8448)
@@ -333,7 +333,7 @@
       {
          public void connectionFailed(HornetQException me)
          {
-            log.warn("Connection to the backup node failed, removing replication now");
+            log.warn("Connection to the backup node failed, removing replication now", me);
             try
             {
                stop();



More information about the hornetq-commits mailing list