Mailing List Archive

svn commit: r1916907 - in /httpd/httpd/trunk: docs/log-message-tags/next-number modules/md/mod_md_drive.c
Author: jfclere
Date: Thu Apr 11 06:53:31 2024
New Revision: 1916907

URL: http://svn.apache.org/viewvc?rev=1916907&view=rev
Log:
* modules/md: Fill in APLOGNO.

Modified:
httpd/httpd/trunk/docs/log-message-tags/next-number
httpd/httpd/trunk/modules/md/mod_md_drive.c

Modified: httpd/httpd/trunk/docs/log-message-tags/next-number
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/log-message-tags/next-number?rev=1916907&r1=1916906&r2=1916907&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/log-message-tags/next-number (original)
+++ httpd/httpd/trunk/docs/log-message-tags/next-number Thu Apr 11 06:53:31 2024
@@ -1 +1 @@
-10500
+10501

Modified: httpd/httpd/trunk/modules/md/mod_md_drive.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/md/mod_md_drive.c?rev=1916907&r1=1916906&r2=1916907&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/md/mod_md_drive.c (original)
+++ httpd/httpd/trunk/modules/md/mod_md_drive.c Thu Apr 11 06:53:31 2024
@@ -110,7 +110,7 @@ static void process_drive_job(md_renew_c

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)) {