提交 66034098 编写于 作者: J Jesse Glick

Use Logger rather than stderr.

上级 28bef5f3
......@@ -322,7 +322,7 @@ public class JenkinsRule implements TestRule, MethodRule, RootAction {
*/
public void before() throws Throwable {
if (Thread.interrupted()) { // JENKINS-30395
System.err.println("was interrupted before start");
LOGGER.warning("was interrupted before start");
}
if(Functions.isWindows()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册