[jboss-cvs] JBoss Messaging SVN: r2579 - 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 11:23:30 EDT 2007


Author: timfox
Date: 2007-04-17 11:23:29 -0400 (Tue, 17 Apr 2007)
New Revision: 2579

Modified:
   trunk/src/main/org/jboss/jms/client/delegate/ClientClusteredConnectionFactoryDelegate.java
Log:
Fixed broken logging line


Modified: trunk/src/main/org/jboss/jms/client/delegate/ClientClusteredConnectionFactoryDelegate.java
===================================================================
--- trunk/src/main/org/jboss/jms/client/delegate/ClientClusteredConnectionFactoryDelegate.java	2007-04-17 14:46:50 UTC (rev 2578)
+++ trunk/src/main/org/jboss/jms/client/delegate/ClientClusteredConnectionFactoryDelegate.java	2007-04-17 15:23:29 UTC (rev 2579)
@@ -103,12 +103,11 @@
          }
          catch (MessagingNetworkFailureException e)
          {
-            log.warn("Server" + 0 + " was broken, loading AOP from next delegate", e);
+            log.warn("Server" + server + " was broken, loading AOP from next delegate", e);
          }
       }
 
-      throw new MessagingNetworkFailureException(
-         "Failed to download and/or install client side AOP stack");
+      throw new MessagingNetworkFailureException("Failed to download and/or install client side AOP stack");
    }
 
    /**




More information about the jboss-cvs-commits mailing list