[jboss-remoting-commits] JBoss Remoting SVN: r4871 - remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Mar 19 23:03:21 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-03-19 23:03:21 -0400 (Thu, 19 Mar 2009)
New Revision: 4871

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/ClientSocketWrapper.java
Log:
JBREM-1085: Changes log.debug() call to log.trace().

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/ClientSocketWrapper.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/ClientSocketWrapper.java	2009-03-20 02:59:06 UTC (rev 4870)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/ClientSocketWrapper.java	2009-03-20 03:03:21 UTC (rev 4871)
@@ -101,7 +101,7 @@
       if (trace) log.trace("checking open connection");
       if (in.available() > 1)
       {
-         log.debug("remote endpoint has closed");
+         log.trace("remote endpoint has closed");
          throw new IOException("remote endpoint has closed");
       }
    }




More information about the jboss-remoting-commits mailing list