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

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Dec 7 15:53:33 EST 2011


Author: clebert.suconic at jboss.com
Date: 2011-12-07 15:53:32 -0500 (Wed, 07 Dec 2011)
New Revision: 11873

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java
Log:
JBPAPP-6589 - changing log

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	2011-12-07 15:28:10 UTC (rev 11872)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java	2011-12-07 20:53:32 UTC (rev 11873)
@@ -1074,7 +1074,7 @@
 
       if (consumer == null)
       {
-         ServerSessionImpl.log.error("There is no consumer with id " + consumerID);
+         ServerSessionImpl.log.debug("There is no consumer with id " + consumerID);
 
          return;
       }



More information about the hornetq-commits mailing list