提交 3939820c 编写于 作者: J Jesse Glick

Using logger as suggested by @rsandell.

上级 7bca0a1e
......@@ -763,7 +763,7 @@ public class CLI implements AutoCloseable {
}
connection.sendEndStdin();
} catch (IOException x) {
x.printStackTrace();
LOGGER.log(Level.WARNING, null, x);
}
}
}.start();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册