]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* modules/http2: Fill in APLOGNO.
authorJoe Orton <jorton@apache.org>
Mon, 16 Oct 2023 11:19:49 +0000 (11:19 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 16 Oct 2023 11:19:49 +0000 (11:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913007 13f79535-47bb-0310-9956-ffa450edef68

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

index 5a62449a1102e5fbf10e178185f1e48355502558..10b63d4a301972245d5607472ac352cb6c0de0ac 100644 (file)
@@ -1 +1 @@
-10485
+10486
index b6f6e7c01fb53d6733f15fb9c9d236b7a313f6f1..3e1d2b9164651176db64f9bd80363c021fadc8c5 100644 (file)
@@ -820,7 +820,7 @@ static apr_status_t session_cleanup(h2_session *session, const char *trigger)
     if (!h2_iq_empty(session->ready_to_process)) {
         int sid;
         ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c,
-                      H2_SSSN_LOG(APLOGNO(), session,
+                      H2_SSSN_LOG(APLOGNO(10485), session,
                       "cleanup, resetting %d streams in ready-to-process"),
                       h2_iq_count(session->ready_to_process));
         while ((sid = h2_iq_shift(session->ready_to_process)) > 0) {