mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
stop using APLOG_NOERRNO in calls to ap_log_[pr]error()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95151 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -197,7 +197,7 @@ AP_DECLARE(void) ap_die(int type, request_rec *r)
|
||||
* dying with a recursive server error...
|
||||
*/
|
||||
recursive_error = HTTP_INTERNAL_SERVER_ERROR;
|
||||
ap_log_rerror(APLOG_MARK, APLOG_NOERRNO|APLOG_ERR, 0, r,
|
||||
ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r,
|
||||
"Invalid error redirection directive: %s",
|
||||
custom_response);
|
||||
}
|
||||
|
Reference in New Issue
Block a user