Skip to content

Commit 735a2e1

Browse files
committed
Fixup.
1 parent a29090e commit 735a2e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nativelink-scheduler/src/api_worker_scheduler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ impl ApiWorkerSchedulerImpl {
397397
for (idx, platform_properties) in actions.iter().enumerate() {
398398
let candidates = self
399399
.capability_index
400-
.find_matching_workers(platform_properties);
400+
.find_matching_workers(platform_properties, full_worker_logging);
401401
if candidates.is_empty() {
402402
continue;
403403
}

0 commit comments

Comments
 (0)