Author: ron.sigal(a)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.");
}
Show replies by date