1
0
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:
Jeff Trawick
2002-05-17 11:33:10 +00:00
parent 50bac91072
commit bc0cf18899
34 changed files with 281 additions and 281 deletions

View File

@@ -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);
}