]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add missing module_index in the APLOG_MARK note for ap_log_error
authorJoe Orton <jorton@apache.org>
Sat, 28 Feb 2026 13:07:27 +0000 (13:07 +0000)
committerJoe Orton <jorton@apache.org>
Sat, 28 Feb 2026 13:07:27 +0000 (13:07 +0000)
Submitted by: VladimĂ­r Chlup <vchlup ibm.com>
Github: closes #606

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932078 13f79535-47bb-0310-9956-ffa450edef68

include/http_log.h

index 31ee49b6efc2e7abed407f6881b1a4252ea70abf..49b2c2e2a248e52eb247d9576fbdda28f4a3154f 100644 (file)
@@ -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