From: William A. Rowe Jr Date: Sat, 24 Jan 2009 20:52:53 +0000 (+0000) Subject: a better and valid message X-Git-Tag: 2.3.2~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd7915d80222320103fb397b4926f85d6f2ec28c;p=apache a better and valid message git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@737435 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/child.c b/server/mpm/winnt/child.c index 52884fb468..e316909e3c 100644 --- a/server/mpm/winnt/child.c +++ b/server/mpm/winnt/child.c @@ -285,8 +285,9 @@ static unsigned int __stdcall winnt_accept(void *lr_) accf = 0; ap_log_error(APLOG_MARK, APLOG_ERR, apr_get_netos_error(), ap_server_conf, - "winnt_accept: unrecognized AcceptFilter '", accf_name, - "', using 'none' instead"); + "winnt_accept: unrecognized AcceptFilter '%s', " + "only 'data', 'connect' or 'none' are valid. " + "Using 'none' instead", accf_name); } apr_os_sock_get(&nlsd, lr->sd);