[jboss-remoting-commits] JBoss Remoting SVN: r3624 - 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 13 00:59:00 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-03-13 00:59:00 -0400 (Thu, 13 Mar 2008)
New Revision: 3624

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/SocketClientInvoker.java
Log:
JBREM-826: Removed some log.error() calls.

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/SocketClientInvoker.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/SocketClientInvoker.java	2008-03-13 04:58:49 UTC (rev 3623)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/SocketClientInvoker.java	2008-03-13 04:59:00 UTC (rev 3624)
@@ -112,7 +112,7 @@
       if (ex instanceof ClassNotFoundException)
       {
          //TODO: -TME Add better exception handling for class not found exception
-         log.error("Error loading classes from remote call result.", ex);
+         log.debug("Error loading classes from remote call result.", ex);
          throw (ClassNotFoundException) ex;
       }
       




More information about the jboss-remoting-commits mailing list