Skip to content

Commit d86b013

Browse files
committed
Fixup.
1 parent e34a202 commit d86b013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nativelink-scheduler/src/api_worker_scheduler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ impl ApiWorkerSchedulerImpl {
385385
for (idx, platform_properties) in actions.iter().enumerate() {
386386
let candidates = self
387387
.capability_index
388-
.find_matching_workers(platform_properties);
388+
.find_matching_workers(platform_properties, full_worker_logging);
389389
if candidates.is_empty() {
390390
continue;
391391
}

0 commit comments

Comments
 (0)