提交 168a8891 编写于 作者: K kohsuke

ping is default now, so this message is rather pointless

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@17098 71c3de6d-444a-0410-be80-ed276b4c234a
上级 2b3be554
......@@ -347,7 +347,7 @@ public class Launcher {
Channel channel = new Channel("channel", executor, mode, is, os);
System.err.println("channel started");
if(performPing) {
System.err.println("Starting periodic ping thread");
// System.err.println("Starting periodic ping thread");
new PingThread(channel) {
@Override
protected void onDead() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册