提交 d292c13b 编写于 作者: K kohsuke

this message ends up filling logs.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@11472 71c3de6d-444a-0410-be80-ed276b4c234a
上级 35c1057c
......@@ -132,7 +132,7 @@ public abstract class AbstractNodeMonitorDescriptor<T> extends Descriptor<NodeMo
record = this;
}
LOGGER.info("Node monitoring "+getDisplayName()+" completed in "+(System.currentTimeMillis()-startTime)+"ms");
LOGGER.fine("Node monitoring "+getDisplayName()+" completed in "+(System.currentTimeMillis()-startTime)+"ms");
} catch (InterruptedException e) {
LOGGER.log(Level.WARNING,"Node monitoring "+getDisplayName()+" aborted.",e);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册