From: Jeff Trawick Date: Sat, 13 Dec 2003 15:43:19 +0000 (+0000) Subject: fix the name of the failing API call in a log message X-Git-Tag: pre_ajp_proxy~933 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe30657ac46105d370515df3e95580af17c74d42;p=apache fix the name of the failing API call in a log message git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102042 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c index e31132ad9d..b4a4a28331 100644 --- a/server/mpm/prefork/prefork.c +++ b/server/mpm/prefork/prefork.c @@ -612,7 +612,7 @@ static void child_main(int child_num_arg) * occasionally, and we'd loop forever due to it. */ ap_log_error(APLOG_MARK, APLOG_ERR, status, - ap_server_conf, "apr_poll: (listen)"); + ap_server_conf, "apr_pollset_poll: (listen)"); clean_child_exit(1); }