提交 0082ef89 编写于 作者: K Kohsuke Kawaguchi

SlaveComputer closes down the log by itself.

上级 24e99923
......@@ -322,11 +322,6 @@ public final class TcpSlaveAgentListener extends Thread {
new Listener() {
@Override
public void onClosed(Channel channel, IOException cause) {
try {
log.close();
} catch (IOException e) {
e.printStackTrace();
}
if(cause!=null)
LOGGER.log(Level.WARNING, "Connection #"+id+" for + " + nodeName + " terminated",cause);
try {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册