diff options
author | Yann Ylavic <ylavic@apache.org> | 2015-05-16 11:17:29 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2015-05-16 11:17:29 +0200 |
commit | f0cbf9730750ccd1c9215dfdecc5541c1f89e92b (patch) | |
tree | be6e4187879c2db02faecc55f82b3be783ac6964 /include/http_log.h | |
parent | Follow up to r1679181: fix warning (return discards qualifiers from pointer t... (diff) | |
download | apache2-f0cbf9730750ccd1c9215dfdecc5541c1f89e92b.tar.xz apache2-f0cbf9730750ccd1c9215dfdecc5541c1f89e92b.zip |
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
Diffstat (limited to 'include/http_log.h')
-rw-r--r-- | include/http_log.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |