Author: ron.sigal(a)jboss.com
Date: 2009-05-07 01:12:55 -0400 (Thu, 07 May 2009)
New Revision: 5148
Modified:
remoting2/branches/2.2.2-SP11_JBREM-1112/src/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.java
Log:
JBREM-1112 (and others to be named): Reduced level of a log statement.
Modified:
remoting2/branches/2.2.2-SP11_JBREM-1112/src/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.java
===================================================================
---
remoting2/branches/2.2.2-SP11_JBREM-1112/src/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.java 2009-05-07
04:45:37 UTC (rev 5147)
+++
remoting2/branches/2.2.2-SP11_JBREM-1112/src/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.java 2009-05-07
05:12:55 UTC (rev 5148)
@@ -1033,7 +1033,7 @@
{
if (clientSessionId.equals(client.getSessionId()))
{
- log.info(this + ".handleConnectionException() got a match: " +
client.getSessionId());
+ log.debug(this + ".handleConnectionException() got a match: " +
client.getSessionId());
shutdown();
}
}
Show replies by date