Author: ron.sigal(a)jboss.com
Date: 2008-03-06 03:16:06 -0500 (Thu, 06 Mar 2008)
New Revision: 3573
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/serialization/impl/java/JavaSerializationManager.java
Log:
JBREM-826: Changed log.error() to log.debug().
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/serialization/impl/java/JavaSerializationManager.java
===================================================================
---
remoting2/branches/2.x/src/main/org/jboss/remoting/serialization/impl/java/JavaSerializationManager.java 2008-03-06
08:14:05 UTC (rev 3572)
+++
remoting2/branches/2.x/src/main/org/jboss/remoting/serialization/impl/java/JavaSerializationManager.java 2008-03-06
08:16:06 UTC (rev 3573)
@@ -178,7 +178,7 @@
}
catch (IOException e)
{
- log.error("", e);
+ log.debug("", e);
throw e;
}