提交 e0017ae1 编写于 作者: D Daniel Beck 提交者: Oleg Nenashev

[FIXED JENKINS-43611] Fix AllView name migration log message (#2821)

上级 bd2ccfb0
......@@ -164,7 +164,7 @@ public class AllView extends View {
// bingo JENKINS-38606 detected
LOGGER.log(Level.INFO,
"JENKINS-38606 detected for AllView in {0}; renaming view from {1} to {2}",
new Object[]{allView.owner.getUrl(), DEFAULT_VIEW_NAME});
new Object[]{allView.owner.getUrl(), primaryView, DEFAULT_VIEW_NAME});
allView.name = DEFAULT_VIEW_NAME;
return DEFAULT_VIEW_NAME;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册