[jboss-cvs] JBoss Messaging SVN: r2578 - trunk/src/main/org/jboss/jms/client/delegate.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 17 10:46:50 EDT 2007


Author: timfox
Date: 2007-04-17 10:46:50 -0400 (Tue, 17 Apr 2007)
New Revision: 2578

Modified:
   trunk/src/main/org/jboss/jms/client/delegate/ClientClusteredConnectionFactoryDelegate.java
Log:
A little more logging on getting AOP stack


Modified: trunk/src/main/org/jboss/jms/client/delegate/ClientClusteredConnectionFactoryDelegate.java
===================================================================
--- trunk/src/main/org/jboss/jms/client/delegate/ClientClusteredConnectionFactoryDelegate.java	2007-04-17 13:54:55 UTC (rev 2577)
+++ trunk/src/main/org/jboss/jms/client/delegate/ClientClusteredConnectionFactoryDelegate.java	2007-04-17 14:46:50 UTC (rev 2578)
@@ -86,7 +86,11 @@
    {
       // Use one of the non-clustered ConnectionFactory delegates to retrieve the client AOP stack
       // from one of the nodes.
-
+      
+      // It doesn't really matter which one
+      
+      log.debug("Getting AOP stack, there are " + delegates.length + " delegates to choose from");
+            
       for (int server = 0; server < delegates.length; server++)
       {
          try




More information about the jboss-cvs-commits mailing list