[hornetq-commits] JBoss hornetq SVN: r11970 - branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jan 5 07:06:34 EST 2012


Author: clebert.suconic at jboss.com
Date: 2012-01-05 07:06:33 -0500 (Thu, 05 Jan 2012)
New Revision: 11970

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java
Log:
JBPAPP-7829 removing typo from my last commit

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java	2012-01-05 11:32:36 UTC (rev 11969)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java	2012-01-05 12:06:33 UTC (rev 11970)
@@ -1136,7 +1136,6 @@
          log.trace("send(message=" + message + ", direct=" + direct + ") being called");
       }
 
-      log.info("message " + message + " managementAddress = " + managementAddress);
       if (message.getAddress().equals(managementAddress))
       {
          // It's a management message



More information about the hornetq-commits mailing list