Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZhou5042 committed Jan 14, 2025
1 parent 89e2257 commit 5063baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskvine/src/manager/vine_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -4656,7 +4656,7 @@ struct vine_task *send_library_to_worker(struct vine_manager *q, struct vine_wor
if (original->library_failed_count > q->max_library_retries) {
vine_manager_remove_library(q, name);
debug(D_VINE, "library %s has reached the maximum failure count %d, it has been removed", name, q->max_library_retries);
debug(D_VINE|D_NOTICE, "library %s has reached the maximum failure count %d, it has been removed\n", name, q->max_library_retries);
debug(D_VINE | D_NOTICE, "library %s has reached the maximum failure count %d, it has been removed\n", name, q->max_library_retries);
return 0;
}

Expand Down

0 comments on commit 5063baa

Please sign in to comment.