Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZhou5042 committed Dec 12, 2024
1 parent 1f3cb2d commit 9c9caa4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions taskvine/src/manager/vine_schedule.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ int check_worker_have_enough_resources(struct vine_manager *q, struct vine_worke

// it is concerning if the resource allocation fails
if (!ok) {
debug(D_VINE, "Resource allocation for task %d on worker %s fails: %.0f, %.2f, %.2f, %ld, %ld, %ld",
t->task_id, w->hostname, tr->cores, tr->memory, tr->disk, cores_available, memory_available, disk_available);
debug(D_VINE, "Resource allocation for task %d on worker %s fails: %.0f, %.2f, %.2f, %ld, %ld, %ld", t->task_id, w->hostname, tr->cores, tr->memory, tr->disk, cores_available, memory_available, disk_available);
}

vine_resources_delete(worker_net_resources);
Expand Down

0 comments on commit 9c9caa4

Please sign in to comment.