]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Use the correct logging call to report connection errors
authorBradley Nicholes <bnicholes@apache.org>
Thu, 26 Jan 2006 18:36:18 +0000 (18:36 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Thu, 26 Jan 2006 18:36:18 +0000 (18:36 +0000)
Reviewed by: bnicholes, wrowe, pquerna

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@372581 13f79535-47bb-0310-9956-ffa450edef68

server/core.c

index 4fe3ce448180e800cc9029b5acc7216efd973aae..be59bcdfc5d2d48818d4a0247417fd7a561d38ec 100644 (file)
@@ -4525,7 +4525,7 @@ static int core_pre_connection(conn_rec *c, void *csd)
     rv = apr_socket_timeout_set(csd, c->base_server->timeout);
     if (rv != APR_SUCCESS) {
         /* expected cause is that the client disconnected already */
-        ap_log_error(APLOG_MARK, APLOG_DEBUG, rv, c,
+        ap_log_cerror(APLOG_MARK, APLOG_DEBUG, rv, c,
                      "apr_socket_timeout_set");
     }