MINOR: acme: emit a log when starting

Emit a administrative log when starting the ACME client for a
certificate.
This commit is contained in:
William Lallemand 2025-05-02 10:23:42 +02:00
parent fbd740ef3e
commit 2db4848fc8

View File

@ -2188,6 +2188,8 @@ static int cli_acme_renew_parse(char **args, char *payload, struct appctx *appct
MT_LIST_INIT(&ctx->el);
MT_LIST_APPEND(&acme_tasks, &ctx->el);
send_log(NULL, LOG_NOTICE, "acme: %s: Starting update of the certificate.\n", ctx->store->path);
task_wakeup(task, TASK_WOKEN_INIT);
return 0;