1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

Downgrade some more error messages about broken client behavior to level

info.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1204630 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Fritsch
2011-11-21 18:16:01 +00:00
parent e0184da329
commit 2bffeda10b
2 changed files with 11 additions and 11 deletions

View File

@@ -376,7 +376,7 @@ void ap_process_request(request_rec *r)
* It is still safe to use r / r->pool here as the eor bucket
* could not have been destroyed in the event of a timeout.
*/
ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r,
ap_log_rerror(APLOG_MARK, APLOG_INFO, rv, r,
"Timeout while writing data for URI %s to the"
" client", r->unparsed_uri);
}