You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2009/01/24 21:52:54 UTC

svn commit: r737435 - /httpd/httpd/trunk/server/mpm/winnt/child.c

Author: wrowe
Date: Sat Jan 24 20:52:53 2009
New Revision: 737435

URL: http://svn.apache.org/viewvc?rev=737435&view=rev
Log:
a better and valid message

Modified:
    httpd/httpd/trunk/server/mpm/winnt/child.c

Modified: httpd/httpd/trunk/server/mpm/winnt/child.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/winnt/child.c?rev=737435&r1=737434&r2=737435&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/winnt/child.c (original)
+++ httpd/httpd/trunk/server/mpm/winnt/child.c Sat Jan 24 20:52:53 2009
@@ -285,8 +285,9 @@
         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);