From: Stefan Eissing Date: Thu, 6 Mar 2025 08:35:52 +0000 (+0000) Subject: assign log tag X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fecd8da88acf485915f9d8deee82a8696c63cb58;p=thirdparty%2Fapache%2Fhttpd.git assign log tag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924197 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_session.c b/modules/http2/h2_session.c index 171169fa8c..ee380efc2c 100644 --- a/modules/http2/h2_session.c +++ b/modules/http2/h2_session.c @@ -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) {