mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-05 04:56:10 +02:00
MINOR: acme: add a success message to the logs
Add a success log when the certificate was updated. Ex: acme: foobar.pem: Successful update of the certificate.
This commit is contained in:
parent
31a1d13802
commit
39088a7806
@ -625,6 +625,8 @@ int acme_update_certificate(struct task *task, struct acme_ctx *ctx, char **errm
|
||||
/* insert everything and remove the previous objects */
|
||||
ckch_store_replace(old_ckchs, new_ckchs);
|
||||
|
||||
send_log(NULL, LOG_NOTICE,"acme: %s: Successful update of the certificate.\n", ctx->store->path);
|
||||
|
||||
ret = 0;
|
||||
|
||||
error:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user