summaryrefslogtreecommitdiff
path: root/server/listen.c
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2015-05-16 09:17:29 +0000
committerYann Ylavic <ylavic@apache.org>2015-05-16 09:17:29 +0000
commitf0cbf9730750ccd1c9215dfdecc5541c1f89e92b (patch)
treebe6e4187879c2db02faecc55f82b3be783ac6964 /server/listen.c
parentd370b92fe8994a112b0cf22434d945d3169c894e (diff)
downloadhttpd-f0cbf9730750ccd1c9215dfdecc5541c1f89e92b.tar.gz
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 'server/listen.c')
-rw-r--r--server/listen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/listen.c b/server/listen.c
index ddf772e7fd..9de52bc9f3 100644
--- a/server/listen.c
+++ b/server/listen.c
@@ -45,7 +45,7 @@
AP_DECLARE_DATA ap_listen_rec *ap_listeners = NULL;
/* Let ap_num_listen_buckets be global so that it can
- * be printed by ap_log_common(), but keep the listeners
+ * be printed by ap_log_mpm_common(), but keep the listeners
* buckets static since it is used only here to close them
* all (including duplicated) with ap_close_listeners().
*/