[hornetq-commits] JBoss hornetq SVN: r10868 - branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/server/cluster/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jun 21 11:45:41 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-06-21 11:45:41 -0400 (Tue, 21 Jun 2011)
New Revision: 10868

Modified:
   branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/server/cluster/impl/ClusterConnectionImpl.java
Log:
just removing logs

Modified: branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/server/cluster/impl/ClusterConnectionImpl.java
===================================================================
--- branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/server/cluster/impl/ClusterConnectionImpl.java	2011-06-21 15:45:02 UTC (rev 10867)
+++ branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/server/cluster/impl/ClusterConnectionImpl.java	2011-06-21 15:45:41 UTC (rev 10868)
@@ -1061,11 +1061,6 @@
 
          RemoteQueueBinding binding = bindings.get(clusterName);
          
-         synchronized (System.err)
-         {
-            new Exception("Looking for consumer on " + clusterName + " binding = " + binding).printStackTrace(System.out);
-         }
-
          if (binding == null)
          {
             throw new IllegalStateException("Cannot find binding for " + clusterName + " on " + ClusterConnectionImpl.this);



More information about the hornetq-commits mailing list