提交 51116f9d 编写于 作者: K Kohsuke Kawaguchi

set the thread name to assist diagnosis

上级 7a5e5d2b
......@@ -149,6 +149,7 @@ public final class TcpSlaveAgentListener extends Thread {
synchronized(getClass()) {
id = iotaGen++;
}
setName("TCP slave agent connection handler #"+id+" with "+s.getRemoteSocketAddress());
}
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册