[jboss-remoting-commits] JBoss Remoting SVN: r3618 - remoting2/branches/2.x/src/main/org/jboss/remoting/serialization/impl/jboss.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Mar 13 00:56:55 EDT 2008


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

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

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/serialization/impl/jboss/LocalMarshalledValue.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/serialization/impl/jboss/LocalMarshalledValue.java	2008-03-13 04:56:37 UTC (rev 3617)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/serialization/impl/jboss/LocalMarshalledValue.java	2008-03-13 04:56:54 UTC (rev 3618)
@@ -89,7 +89,7 @@
       }
       catch(RuntimeException e)
       {
-         log.error(e, e);
+         log.debug(e, e);
          throw e;
       }
    }




More information about the jboss-remoting-commits mailing list