]> granicus.if.org Git - apache/commitdiff
a better and valid message
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 24 Jan 2009 20:52:53 +0000 (20:52 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 24 Jan 2009 20:52:53 +0000 (20:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@737435 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/child.c

index 52884fb468c7e1a1d1bdfec10aad3e197c2ec8a4..e316909e3c83f78bef520da5c9b0a7e69ce92c9f 100644 (file)
@@ -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);