[jboss-remoting-commits] JBoss Remoting SVN: r4240 - remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Tue May 27 20:34:23 EDT 2008


Author: ron.sigal at 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
             {




More information about the jboss-remoting-commits mailing list