Re: svn commit: r1928839 - httpd/httpd/trunk/modules/md

Joe Orton <[email protected]> Tue, 30 Sep 2025 11:08:11 +0100
Newsgroups gmane.comp.apache.devel
Organization Registered in England and Wales under Company Registration No. 03798903 Directors: Michael Cunningham (US), Michael O'Neill (Ireland), Paul Argiry (US)
Message-ID <[email protected]>
On Mon, Sep 29, 2025 at 03:09:23PM -0000, [email protected] wrote:
> ==============================================================================
> --- httpd/httpd/trunk/modules/md/mod_md_drive.c	Mon Sep 29 13:58:39 2025	(r1928838)
> +++ httpd/httpd/trunk/modules/md/mod_md_drive.c	Mon Sep 29 15:09:23 2025	(r1928839)
> @@ -121,21 +121,21 @@ static void process_drive_job(md_renew_c
>                           "certificate(s)", job->mdomain);
>          }
>          else if (!renew_at || renew_at <= now) {
> -            ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, dctx->s, APLOGNO(10512)
> +            ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, dctx->s, APLOGNO()

I assume the changes here were not intentional/expected, reverted in r1928861.