]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
more verbose error message on write completion error
authorBrian Pane <brianp@apache.org>
Mon, 10 Oct 2005 04:23:14 +0000 (04:23 +0000)
committerBrian Pane <brianp@apache.org>
Mon, 10 Oct 2005 04:23:14 +0000 (04:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/async-dev@312539 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/experimental/event/event.c

index 421209835adc329fbdfca368abbe77ffa3b613d0..1a927241ca05a87244c87eed7c11fbed454be678 100644 (file)
@@ -653,7 +653,7 @@ read_request:
         rv = output_filter->frec->filter_func.out_func(output_filter, NULL);
         if (rv != APR_SUCCESS) {
             ap_log_error(APLOG_MARK, APLOG_WARNING, rv, ap_server_conf,
-                     "core output filter");
+                     "network write failure in core output filter");
             cs->state = CONN_STATE_LINGER;
         }
         else if (c->data_in_output_filters) {