mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-17 09:37:53 -05:00
MINOR: acme: emit a log when starting
Emit a administrative log when starting the ACME client for a certificate.
This commit is contained in:
parent
fbd740ef3e
commit
2db4848fc8
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue