Skip to content

Commit c4e47bc

Browse files
committed
Add missing module_index in the APLOG_MARK note for ap_log_error
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
1 parent 93db469 commit c4e47bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/http_log.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ void ap_logs_child_init(apr_pool_t *p, server_rec *s);
341341
* @param fmt The format string
342342
* @param ... The arguments to use to fill out fmt.
343343
* @note ap_log_error is implemented as a macro
344-
* @note Use APLOG_MARK to fill out file and line
344+
* @note Use APLOG_MARK to fill out file, line, and module_index
345345
* @note If a request_rec is available, use that with ap_log_rerror()
346346
* in preference to calling this function. Otherwise, if a conn_rec is
347347
* available, use that with ap_log_cerror() in preference to calling

0 commit comments

Comments
 (0)