]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add missing log message tag.
authorGraham Leggett <minfrin@apache.org>
Sun, 23 Jan 2022 21:16:58 +0000 (21:16 +0000)
committerGraham Leggett <minfrin@apache.org>
Sun, 23 Jan 2022 21:16:58 +0000 (21:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897388 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
server/mpm/event/event.c

index e2013a8dec375867072507127f10d8df7ac676c9..ee5bf2c8b2014c2f50d6ee341d110f2f865802e9 100644 (file)
@@ -1 +1 @@
-10374
+10375
index c725c22a08a7b317c21f4c3e575b0a45628e36c7..44943aef6931ab7a9329b5fb5bd3af1a90f0e2d6 100644 (file)
@@ -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);