Skip to content

Commit 5520226

Browse files
committed
Fixup.
1 parent 941bfed commit 5520226

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
@@ -389,7 +389,7 @@ impl ApiWorkerSchedulerImpl {
389389
for (idx, platform_properties) in actions.iter().enumerate() {
390390
let candidates = self
391391
.capability_index
392-
.find_matching_workers(platform_properties);
392+
.find_matching_workers(platform_properties, full_worker_logging);
393393
if candidates.is_empty() {
394394
continue;
395395
}

0 commit comments

Comments
 (0)