mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 07:26:57 +03:00
Remove usage of APLOG_NOERRNO. It has been a no-op since at least 2.0.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1211663 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -97,7 +97,7 @@ static void dumpit(ap_filter_t *f, apr_bucket *b, dumpio_conf_t *ptr)
|
||||
* within ap_log_error, and introduce new vformatter %-escapes
|
||||
* for escaping text, and for binary text (fixed len strings).
|
||||
*/
|
||||
ap_log_cerror(APLOG_MARK | APLOG_NOERRNO, APLOG_TRACE7, 0, c,
|
||||
ap_log_cerror(APLOG_MARK, APLOG_TRACE7, 0, c,
|
||||
"mod_dumpio: %s (%s-%s): %.*s", f->frec->name,
|
||||
(APR_BUCKET_IS_METADATA(b)) ? "metadata" : "data",
|
||||
b->type->name, (int)logbytes, buf);
|
||||
|
Reference in New Issue
Block a user