1
0
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:
Yann Ylavic
2021-05-16 22:06:56 +00:00
parent 0cb2434499
commit 66744d073e
2 changed files with 2 additions and 2 deletions

View File

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