Author: ron.sigal(a)jboss.com
Date: 2008-03-12 02:08:24 -0400 (Wed, 12 Mar 2008)
New Revision: 3602
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/ServerInvoker.java
Log:
JBREM-826: Removed some log.error() calls.
Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/ServerInvoker.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/ServerInvoker.java 2008-03-12
06:05:46 UTC (rev 3601)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/ServerInvoker.java 2008-03-12
06:08:24 UTC (rev 3602)
@@ -1556,13 +1556,13 @@
}
catch (Exception e)
{
- log.error("unable to instantiate class: " + o, e);
+ log.warn("unable to instantiate class: " + o, e);
return ssf;
}
}
else
{
- log.error("unrecognized type for socket creation server listener: " +
o);
+ log.warn("unrecognized type for socket creation server listener: " +
o);
return ssf;
}
}
Show replies by date