From: Yann Ylavic Date: Sun, 16 May 2021 22:06:56 +0000 (+0000) Subject: Follow up to r1889938: APLOGNO(). X-Git-Tag: 2.5.0-alpha2-ci-test-only~944 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66744d073ee84555444db92e168e212d78231a3c;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1889938: APLOGNO(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1889939 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index f645aeae94b..2c3ed9dc195 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -10270 +10271 diff --git a/modules/ssl/ssl_engine_io.c b/modules/ssl/ssl_engine_io.c index 924485d2d44..218cceacf67 100644 --- a/modules/ssl/ssl_engine_io.c +++ b/modules/ssl/ssl_engine_io.c @@ -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; }