Author: ron.sigal(a)jboss.com
Date: 2008-05-27 20:34:23 -0400 (Tue, 27 May 2008)
New Revision: 4240
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/SocketServerInvoker.java
Log:
JBREM-826: Removed stacktrace from log.warn() message.
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/SocketServerInvoker.java
===================================================================
---
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/SocketServerInvoker.java 2008-05-28
00:31:27 UTC (rev 4239)
+++
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/SocketServerInvoker.java 2008-05-28
00:34:23 UTC (rev 4240)
@@ -342,7 +342,7 @@
catch (SocketException e)
{
if (getReuseAddress())
- log.warn("Unable to create unbound ServerSocket: cannot set
reuseAddress to true",e);
+ log.warn("Unable to create unbound ServerSocket: cannot set
reuseAddress to true");
try
{
Show replies by date