mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Follow up to r1889938: APLOGNO().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1889939 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1877,7 +1877,7 @@ static apr_status_t ssl_io_filter_coalesce(ap_filter_t *f,
|
||||
|
||||
rv = apr_brigade_write(ctx->buffer, NULL, NULL, data, len);
|
||||
if (rv) {
|
||||
ap_log_cerror(APLOG_MARK, APLOG_ERR, rv, f->c, APLOGNO()
|
||||
ap_log_cerror(APLOG_MARK, APLOG_ERR, rv, f->c, APLOGNO(10270)
|
||||
"coalesce failed to write buffered data");
|
||||
return AP_FILTER_ERROR;
|
||||
}
|
||||
|
Reference in New Issue
Block a user