Author: ron.sigal(a)jboss.com
Date: 2011-03-21 13:05:20 -0400 (Mon, 21 Mar 2011)
New Revision: 6293
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/SocketServerInvoker.java
Log:
JBREM-1277: Updated logging for worker thread creation to display priority.
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 2011-03-21
17:02:01 UTC (rev 6292)
+++
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/SocketServerInvoker.java 2011-03-21
17:05:20 UTC (rev 6293)
@@ -806,7 +806,7 @@
worker = new ServerThread(socket, this, clientpool, threadpool,
getTimeout(), writeTimeout,
serverSocketClass);
worker.setPriority(Thread.NORM_PRIORITY);
- if(trace) { log.trace(this + " created " + worker); }
+ if(trace) { log.trace(this + " created " + worker + "
with priority " + worker.getPriority()); }
newThread = true;
}
Show replies by date