]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* modules/md: Fill in APLOGNO.
authorJean-Frederic Clere <jfclere@apache.org>
Thu, 11 Apr 2024 06:53:31 +0000 (06:53 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Thu, 11 Apr 2024 06:53:31 +0000 (06:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916907 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/md/mod_md_drive.c

index 705464ad7a3d7e69cce4ab2f29163f4b5ff34a6e..b35999b4fcaf93aa60490ab35c327b42c823e0b9 100644 (file)
@@ -1 +1 @@
-10500
+10501
index f131f07b8884fc721e42b4ce0a3875275705817f..d2655b8a0c8eee64c23bd8b44803311b86eb987f 100644 (file)
@@ -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)) {