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

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jun 16 21:48:36 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-06-16 21:48:36 -0400 (Thu, 16 Jun 2011)
New Revision: 10821

Modified:
   branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/client/impl/ServerLocatorImpl.java
Log:
tracing

Modified: branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/client/impl/ServerLocatorImpl.java
===================================================================
--- branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/client/impl/ServerLocatorImpl.java	2011-06-17 01:48:12 UTC (rev 10820)
+++ branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/client/impl/ServerLocatorImpl.java	2011-06-17 01:48:36 UTC (rev 10821)
@@ -1461,6 +1461,7 @@
             }
             catch (HornetQException e)
             {
+               log.debug("Exception on establish connector initial connection", e);
                if (!interrupted)
                {
                   this.e = e;
@@ -1500,6 +1501,18 @@
                factory = null;
             }
          }
+
+         /* (non-Javadoc)
+          * @see java.lang.Object#toString()
+          */
+         @Override
+         public String toString()
+         {
+            return "Connector [initialConnector=" + initialConnector + "]";
+         }
+         
+         
+         
       }
    }
 }



More information about the hornetq-commits mailing list