Author: ron.sigal(a)jboss.com
Date: 2008-03-13 00:58:27 -0400 (Thu, 13 Mar 2008)
New Revision: 3622
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.java
Log:
JBREM-826: Removed some log.error() calls.
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.java
===================================================================
---
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.java 2008-03-13
04:58:08 UTC (rev 3621)
+++
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.java 2008-03-13
04:58:27 UTC (rev 3622)
@@ -221,7 +221,7 @@
}
catch (IOException e)
{
- log.error("unable to create server socket factory", e);
+ log.debug("unable to create server socket factory", e);
throw e;
}
}
@@ -264,7 +264,7 @@
}
catch(Exception e)
{
- log.error("Error starting protocol handler. Bind port: " +
getServerBindPort() + ", bind address: " + getServerBindAddress(), e);
+ log.debug("Error starting protocol handler. Bind port: " +
getServerBindPort() + ", bind address: " + getServerBindAddress(), e);
throw new IOException("" + e.getMessage());
}
}
Show replies by date