]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
What is wrong with me?
authorStefan Eissing <icing@apache.org>
Thu, 15 Jul 2021 10:09:52 +0000 (10:09 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 15 Jul 2021 10:09:52 +0000 (10:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1891569 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/http2/h2_workers.c

index 4c314813df1a86047bca56891f25418f2bab26ad..3769188730beb45a4e0506f3f08acda2d9783b2d 100644 (file)
@@ -1 +1 @@
-10290
+10292
index 601c8edb4c8413a5f184002aa65c4a100b7b35fe..b3eca4285c3a497cb69e2c48837283149f11c92f 100644 (file)
@@ -340,7 +340,7 @@ static apr_status_t workers_pool_cleanup(void *data)
         rv = apr_thread_cond_timedwait(workers->all_done, workers->lock, timout);
         if (APR_TIMEUP == rv) {
             ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, workers->s,
-                         APLOGNO() "h2_workers: waiting for idle workers to close, "
+                         APLOGNO(10290) "h2_workers: waiting for idle workers to close, "
                          "still seeing %d workers living",
                          apr_atomic_read32(&workers->worker_count));
             continue;
@@ -348,7 +348,7 @@ static apr_status_t workers_pool_cleanup(void *data)
     }
     if (i >= n) {
         ap_log_error(APLOG_MARK, APLOG_WARNING, 0, workers->s,
-                     APLOGNO() "h2_workers: cleanup, %d idle workers "
+                     APLOGNO(10291) "h2_workers: cleanup, %d idle workers "
                      "did not exit after %d seconds.",
                      apr_atomic_read32(&workers->worker_count), i);
     }