From d2ffee1e04e88cfb5fc421b4cf55679954bd1562 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Wed, 9 Feb 2022 00:21:11 +0000 Subject: [PATCH] Follow up to r1897872: New APLOGNO git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897882 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http2/h2_stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http2/h2_stream.c b/modules/http2/h2_stream.c index 2a277b8ee09..725f6a7bb47 100644 --- a/modules/http2/h2_stream.c +++ b/modules/http2/h2_stream.c @@ -792,7 +792,7 @@ apr_status_t h2_stream_end_headers(h2_stream *stream, int eos, size_t raw_bytes) if (stream->rtmp->scheme && strcasecmp(stream->rtmp->scheme, ap_ssl_conn_is_ssl(stream->session->c1)? "https" : "http")) { ap_log_cerror(APLOG_MARK, APLOG_INFO, 0, stream->session->c1, - H2_STRM_LOG(APLOGNO(), stream,"Request :scheme '%s' and " + H2_STRM_LOG(APLOGNO(10379), stream,"Request :scheme '%s' and " "connection do not match."), stream->rtmp->scheme); set_error_response(stream, HTTP_BAD_REQUEST); } -- 2.47.2