From: Jean-Frederic Clere Date: Thu, 11 Apr 2024 06:53:31 +0000 (+0000) Subject: * modules/md: Fill in APLOGNO. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b2f6a15ac39af23074303673bbec901c5ffc154;p=thirdparty%2Fapache%2Fhttpd.git * modules/md: Fill in APLOGNO. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916907 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 705464ad7a3..b35999b4fca 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -10500 +10501 diff --git a/modules/md/mod_md_drive.c b/modules/md/mod_md_drive.c index f131f07b888..d2655b8a0c8 100644 --- a/modules/md/mod_md_drive.c +++ b/modules/md/mod_md_drive.c @@ -110,7 +110,7 @@ static void process_drive_job(md_renew_ctx_t *dctx, md_job_t *job, apr_pool_t *p if (md->stapling && dctx->mc->ocsp && md_reg_has_revoked_certs(dctx->mc->reg, dctx->mc->ocsp, md, dctx->p)) { - ap_log_error( APLOG_MARK, APLOG_DEBUG, 0, dctx->s, APLOGNO() + ap_log_error( APLOG_MARK, APLOG_DEBUG, 0, dctx->s, APLOGNO(10500) "md(%s): has revoked certificates", job->mdomain); } else if (!md_reg_should_renew(dctx->mc->reg, md, dctx->p)) {