]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1889938: APLOGNO().
authorYann Ylavic <ylavic@apache.org>
Sun, 16 May 2021 22:06:56 +0000 (22:06 +0000)
committerYann Ylavic <ylavic@apache.org>
Sun, 16 May 2021 22:06:56 +0000 (22:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1889939 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/ssl/ssl_engine_io.c

index f645aeae94bcb63b9cff43f0871f069ca1d07d79..2c3ed9dc19578a4d1215c3528980e2bb352db4d5 100644 (file)
@@ -1 +1 @@
-10270
+10271
index 924485d2d4461539f76804245120a72bca6ba28e..218cceacf67e11f28a8f82eae2c4e7f6dc169793 100644 (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;
                 }