From: Stefan Eissing Date: Thu, 15 Jul 2021 10:09:52 +0000 (+0000) Subject: What is wrong with me? X-Git-Tag: 2.5.0-alpha2-ci-test-only~893 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f389b86222b1f45af0e7ad5e7a10d1be92f8f60c;p=thirdparty%2Fapache%2Fhttpd.git What is wrong with me? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1891569 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 4c314813df1..3769188730b 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -10290 +10292 diff --git a/modules/http2/h2_workers.c b/modules/http2/h2_workers.c index 601c8edb4c8..b3eca4285c3 100644 --- a/modules/http2/h2_workers.c +++ b/modules/http2/h2_workers.c @@ -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); }