We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776e71c commit 6e696e8Copy full SHA for 6e696e8
core/src/main/java/hudson/model/Queue.java
@@ -1534,7 +1534,7 @@ public void maintain() {
1534
pendings.remove(p);
1535
var r = makeBuildable(p);
1536
if (r != null) {
1537
- LOGGER.log(Level.FINEST, "Executing runnable {0}", p.task.getFullDisplayName());
+ LOGGER.fine(() -> "Executing lost runnable " + p.task.getFullDisplayName());
1538
r.run();
1539
}
1540
0 commit comments