]> granicus.if.org Git - apache/commitdiff
fix the name of the failing API call in a log message
authorJeff Trawick <trawick@apache.org>
Sat, 13 Dec 2003 15:43:19 +0000 (15:43 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 13 Dec 2003 15:43:19 +0000 (15:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102042 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/prefork/prefork.c

index e31132ad9dd4484388aaf8464d40dfd3679122a9..b4a4a283311ecb78ead06415ed5efd2c82a916b4 100644 (file)
@@ -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);
                 }