提交 833130c9 编写于 作者: J Jesse Glick

The JNLP port is not interesting enough to warrant logging at INFO during...

The JNLP port is not interesting enough to warrant logging at INFO during every startup, including the vast majority of functional tests which do not even use JNLP slaves.
上级 71469cea
......@@ -33,7 +33,6 @@ import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.net.BindException;
import java.net.InetSocketAddress;
import java.net.ServerSocket;
import java.net.Socket;
import java.nio.channels.ServerSocketChannel;
import java.util.logging.Level;
......@@ -76,7 +75,7 @@ public final class TcpSlaveAgentListener extends Thread {
}
this.configuredPort = port;
LOGGER.info("JNLP slave agent listener started on TCP port "+getPort());
LOGGER.log(Level.FINE, "JNLP slave agent listener started on TCP port {0}", getPort());
start();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册