提交 fe60cc4e 编写于 作者: K kohsuke

[FIXED HUDSON-4044] added more logging

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@33186 71c3de6d-444a-0410-be80-ed276b4c234a
上级 9977ccda
......@@ -127,6 +127,7 @@ public class LogRotator implements Describable<LogRotator> {
LOGGER.log(FINER,r.getFullDisplayName()+" is not GC-ed because it's the last stable build");
continue;
}
LOGGER.log(FINER,r.getFullDisplayName()+" is to be removed");
r.delete();
}
}
......@@ -152,6 +153,7 @@ public class LogRotator implements Describable<LogRotator> {
LOGGER.log(FINER,r.getFullDisplayName()+" is not GC-ed because it's still new");
continue;
}
LOGGER.log(FINER,r.getFullDisplayName()+" is to be removed");
r.delete();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册