From: Joe Orton Date: Sat, 28 Feb 2026 13:07:27 +0000 (+0000) Subject: Add missing module_index in the APLOG_MARK note for ap_log_error X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4e47bc0be33a4e9723bc895bcd2a9b460dc64c5;p=thirdparty%2Fapache%2Fhttpd.git Add missing module_index in the APLOG_MARK note for ap_log_error Submitted by: VladimĂ­r Chlup Github: closes #606 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932078 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_log.h b/include/http_log.h index 31ee49b6ef..49b2c2e2a2 100644 --- a/include/http_log.h +++ b/include/http_log.h @@ -341,7 +341,7 @@ void ap_logs_child_init(apr_pool_t *p, server_rec *s); * @param fmt The format string * @param ... The arguments to use to fill out fmt. * @note ap_log_error is implemented as a macro - * @note Use APLOG_MARK to fill out file and line + * @note Use APLOG_MARK to fill out file, line, and module_index * @note If a request_rec is available, use that with ap_log_rerror() * in preference to calling this function. Otherwise, if a conn_rec is * available, use that with ap_log_cerror() in preference to calling