From: Yann Ylavic Date: Wed, 9 Feb 2022 00:21:11 +0000 (+0000) Subject: Follow up to r1897872: New APLOGNO X-Git-Tag: 2.5.0-alpha2-ci-test-only~504 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2ffee1e04e88cfb5fc421b4cf55679954bd1562;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1897872: New APLOGNO git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897882 13f79535-47bb-0310-9956-ffa450edef68 --- 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); }