]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
assign log tag
authorStefan Eissing <icing@apache.org>
Thu, 6 Mar 2025 08:35:52 +0000 (08:35 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 6 Mar 2025 08:35:52 +0000 (08:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924197 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_session.c

index 171169fa8ca9436c8816dbe1c32626d189786464..ee380efc2c0dda2407e775767614e4d61a61efb0 100644 (file)
@@ -637,7 +637,7 @@ static int on_frame_not_send_cb(nghttp2_session *ngh2,
     stream = get_stream(session, stream_id);
     h2_util_frame_print(frame, buffer, sizeof(buffer)/sizeof(buffer[0]));
     ap_log_cerror(APLOG_MARK, APLOG_ERR, 0, session->c1,
-                  H2_SSSN_LOG(APLOGNO(), session,
+                  H2_SSSN_LOG(APLOGNO(10509), session,
                   "not sent FRAME[%s], error %d: %s"),
                   buffer, ngh2_err, nghttp2_strerror(ngh2_err));
     if(stream) {