提交 fe7708e1 编写于 作者: A abayer

[FIXED HUDSON-5630]

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27457 71c3de6d-444a-0410-be80-ed276b4c234a
上级 c86e46bc
...@@ -341,6 +341,7 @@ public class SlaveComputer extends Computer { ...@@ -341,6 +341,7 @@ public class SlaveComputer extends Computer {
} }
for (ComputerListener cl : ComputerListener.all()) for (ComputerListener cl : ComputerListener.all())
cl.onOnline(this,taskListener); cl.onOnline(this,taskListener);
log.println("Slave successfully connected and online");
Hudson.getInstance().getQueue().scheduleMaintenance(); Hudson.getInstance().getQueue().scheduleMaintenance();
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册