From: Graham Leggett Date: Sun, 23 Jan 2022 21:16:58 +0000 (+0000) Subject: Add missing log message tag. X-Git-Tag: 2.5.0-alpha2-ci-test-only~548 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8365884c36a589c258ced03957582d44a809fca3;p=thirdparty%2Fapache%2Fhttpd.git Add missing log message tag. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897388 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index e2013a8dec3..ee5bf2c8b20 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -10374 +10375 diff --git a/server/mpm/event/event.c b/server/mpm/event/event.c index c725c22a08a..44943aef693 100644 --- a/server/mpm/event/event.c +++ b/server/mpm/event/event.c @@ -1184,7 +1184,7 @@ read_request: AP_DEBUG_ASSERT(0); TO_QUEUE_REMOVE(cs->sc->rl_q, cs); apr_thread_mutex_unlock(timeout_mutex); - ap_log_error(APLOG_MARK, APLOG_ERR, rv, ap_server_conf, APLOGNO() + ap_log_error(APLOG_MARK, APLOG_ERR, rv, ap_server_conf, APLOGNO(10374) "process_socket: apr_pollset_add failure for " "read request line"); close_connection(cs);