From f0cbf9730750ccd1c9215dfdecc5541c1f89e92b Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Sat, 16 May 2015 09:17:29 +0000 Subject: core: Follow up to r1599601: s/ap_log_common/ap_log_mpm_common/. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1679714 13f79535-47bb-0310-9956-ffa450edef68 --- include/http_log.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/http_log.h') diff --git a/include/http_log.h b/include/http_log.h index cced5cc67d..e82389bece 100644 --- a/include/http_log.h +++ b/include/http_log.h @@ -741,11 +741,11 @@ AP_DECLARE(void) ap_error_log2stderr(server_rec *s); AP_DECLARE(void) ap_log_command_line(apr_pool_t *p, server_rec *s); /** - * Log common shared data - * @param s The server_rec whose process's command line we want to log. + * Log common (various) MPM shared data at startup. + * @param s The server_rec of the error log we want to log to. * Misc commonly logged data is logged to that server's error log. */ -AP_DECLARE(void) ap_log_common(server_rec *s); +AP_DECLARE(void) ap_log_mpm_common(server_rec *s); /** * Log the current pid of the parent process -- cgit v1.2.3