[jboss-remoting-commits] JBoss Remoting SVN: r3623 - 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:58:49 EDT 2008


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

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

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java	2008-03-13 04:58:27 UTC (rev 3622)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java	2008-03-13 04:58:49 UTC (rev 3623)
@@ -266,7 +266,7 @@
       }
       catch (Exception ex)
       {
-         log.error("Error setting up " + this, ex);
+         log.debug("Error setting up " + this, ex);
          throw new RuntimeException(ex.getMessage());
       }
 
@@ -905,7 +905,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