]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add lognos. [skip ci].
authorJoe Orton <jorton@apache.org>
Mon, 30 Mar 2020 13:00:12 +0000 (13:00 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 30 Mar 2020 13:00:12 +0000 (13:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875879 13f79535-47bb-0310-9956-ffa450edef68

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

index 63b3cf1c42d7b5370aac9d41028a33f4abed458d..f43722f0c95c813825ed2c951aad93b42d50c3f1 100644 (file)
@@ -1 +1 @@
-10232
+10234
index a20434ed474d0b95c4fcd47dae748d8bbc98f569..997df897289e350e664f4f617830e88620eaec5c 100644 (file)
@@ -1744,7 +1744,7 @@ static apr_status_t ssl_io_filter_coalesce(ap_filter_t *f,
 
             rv = apr_bucket_read(e, &discard, &ignore, APR_NONBLOCK_READ);
             if (rv != APR_SUCCESS && !APR_STATUS_IS_EAGAIN(rv)) {
-                ap_log_cerror(APLOG_MARK, APLOG_ERR, rv, f->c, APLOGNO()
+                ap_log_cerror(APLOG_MARK, APLOG_ERR, rv, f->c, APLOGNO(10232)
                               "coalesce failed to read from data bucket");
             }
         }
@@ -1761,7 +1761,7 @@ static apr_status_t ssl_io_filter_coalesce(ap_filter_t *f,
             e = APR_BUCKET_NEXT(e);
         }
         else if (rv != APR_ENOTIMPL) {
-            ap_log_cerror(APLOG_MARK, APLOG_ERR, rv, f->c, APLOGNO()
+            ap_log_cerror(APLOG_MARK, APLOG_ERR, rv, f->c, APLOGNO(10233)
                           "coalesce: failed to split data bucket");
             return AP_FILTER_ERROR;
         }