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:
William Lallemand 2025-04-16 14:51:18 +02:00
parent 31a1d13802
commit 39088a7806

View File

@ -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: