提交 44cc3068 编写于 作者: J Jesse Glick

@stephenc requested that the original message be retained at FINE.

上级 105bbc88
......@@ -201,6 +201,8 @@ public final class TcpSlaveAgentListener extends Thread {
@Override
public void run() {
try {
LOGGER.log(Level.FINE, "Accepted connection #{0} from {1}", new Object[] {id, s.getRemoteSocketAddress()});
DataInputStream in = new DataInputStream(s.getInputStream());
PrintWriter out = new PrintWriter(
new BufferedWriter(new OutputStreamWriter(s.getOutputStream(),"UTF-8")),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册