From 102dc644052bc8cba404902e2174e7dfc101e442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Chlup?= Date: Thu, 26 Feb 2026 10:35:09 +0100 Subject: [PATCH] Add missing module_index in the APLOG_MARK note for ap_log_error --- include/http_log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/http_log.h b/include/http_log.h index 31ee49b6efc..49b2c2e2a24 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