From 5063baaae41165edbecf59ddbb541c146601f151 Mon Sep 17 00:00:00 2001 From: JinZhou5042 Date: Tue, 14 Jan 2025 15:53:22 -0500 Subject: [PATCH] lint --- taskvine/src/manager/vine_manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskvine/src/manager/vine_manager.c b/taskvine/src/manager/vine_manager.c index dd9ca09f61..2c774cfefe 100644 --- a/taskvine/src/manager/vine_manager.c +++ b/taskvine/src/manager/vine_manager.c @@ -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; }