Author: clebert.suconic(a)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;
}
Show replies by date