Skip to content

Commit 6e696e8

Browse files
Vlatombejglick
andauthored
Update logging
Co-authored-by: Jesse Glick <jglick@cloudbees.com>
1 parent 776e71c commit 6e696e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/hudson/model/Queue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1534,7 +1534,7 @@ public void maintain() {
15341534
pendings.remove(p);
15351535
var r = makeBuildable(p);
15361536
if (r != null) {
1537-
LOGGER.log(Level.FINEST, "Executing runnable {0}", p.task.getFullDisplayName());
1537+
LOGGER.fine(() -> "Executing lost runnable " + p.task.getFullDisplayName());
15381538
r.run();
15391539
}
15401540
}

0 commit comments

Comments
 (0)