提交 34d0a8ed 编写于 作者: K kohsuke

fixed rendering.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@11205 71c3de6d-444a-0410-be80-ed276b4c234a
上级 59aa634a
......@@ -127,7 +127,7 @@ public abstract class AbstractNodeMonitorDescriptor<T> extends Descriptor<NodeMo
else
data.put(c,monitor(c));
} catch (IOException e) {
LOGGER.log(Level.WARNING, "Failed to monitor "+c+" for "+getDisplayName(), e);
LOGGER.log(Level.WARNING, "Failed to monitor "+c.getDisplayName()+" for "+getDisplayName(), e);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册