提交 e419a0c7 编写于 作者: K kohsuke

formatting bug.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5859 71c3de6d-444a-0410-be80-ed276b4c234a
上级 3b10fff6
...@@ -303,7 +303,7 @@ public final class Slave implements Node, Serializable { ...@@ -303,7 +303,7 @@ public final class Slave implements Node, Serializable {
setChannel(proc.getInputStream(),proc.getOutputStream(),launchLog,new Listener() { setChannel(proc.getInputStream(),proc.getOutputStream(),launchLog,new Listener() {
public void onClosed(Channel channel, IOException cause) { public void onClosed(Channel channel, IOException cause) {
if(cause!=null) if(cause!=null)
cause.printStackTrace(listener.error("%s slave agent was terminated\n")); cause.printStackTrace(listener.error("%s slave agent was terminated\n",getTimestamp()));
proc.destroy(); proc.destroy();
} }
}); });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册