* 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 705464a..b35999b 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 f131f07..d2655b8 100644
--- a/modules/md/mod_md_drive.c
+++ b/modules/md/mod_md_drive.c
@@ -110,7 +110,7 @@
 
         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)) {