Skip to content

Commit af27f5d

Browse files
marcphilippmpkorstanje
authored andcommitted
Polishing
1 parent 52dbaef commit af27f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junit-platform-engine/src/main/java/org/junit/platform/engine/support/hierarchical/ConcurrentHierarchicalTestExecutorService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ private WorkStealResult tryToStealWork(WorkQueue.Entry entry, BlockingMode block
351351
}
352352
var claimed = workQueue.remove(entry);
353353
if (claimed) {
354-
LOGGER.trace(() -> "stole work: " + entry);
354+
LOGGER.trace(() -> "stole work: " + entry.task);
355355
var executed = executeStolenWork(entry, blockingMode);
356356
if (executed) {
357357
return WorkStealResult.EXECUTED_BY_THIS_WORKER;

0 commit comments

Comments
 (0)