[jboss-remoting-commits] JBoss Remoting SVN: r3617 - remoting2/branches/2.x/src/main/org/jboss/remoting/marshal/http.

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


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

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

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/marshal/http/HTTPUnMarshaller.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/marshal/http/HTTPUnMarshaller.java	2008-03-13 04:56:23 UTC (rev 3616)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/marshal/http/HTTPUnMarshaller.java	2008-03-13 04:56:37 UTC (rev 3617)
@@ -186,7 +186,7 @@
       }
       catch(Exception e)
       {
-         log.error("Can not unmarshall inputstream.  Tried to unmarshall as both an object and string type.", e);
+         log.debug("Can not unmarshall inputstream.  Tried to unmarshall as both an object and string type.", e);
          throw new IOException("Can not unmarshall inputstream.");
       }
       




More information about the jboss-remoting-commits mailing list