You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ko...@apache.org on 2017/07/07 11:15:31 UTC

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

Author: kotkov
Date: Fri Jul  7 11:15:31 2017
New Revision: 1801148

URL: http://svn.apache.org/viewvc?rev=1801148&view=rev
Log:
mpm_winnt: Fix typo in the logged message in winnt_get_connection().

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=1801148&r1=1801147&r2=1801148&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/winnt/child.c (original)
+++ httpd/httpd/trunk/server/mpm/winnt/child.c Fri Jul  7 11:15:31 2017
@@ -749,7 +749,7 @@ static winnt_conn_ctx_t *winnt_get_conne
         if (!rc) {
             rc = apr_get_os_error();
             ap_log_error(APLOG_MARK, APLOG_DEBUG, rc, ap_server_conf, APLOGNO(00349)
-                         "Child: GetQueuedComplationStatus returned %d",
+                         "Child: GetQueuedCompletionStatus returned %d",
                          rc);
             continue;
         }