]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1897872: New APLOGNO
authorYann Ylavic <ylavic@apache.org>
Wed, 9 Feb 2022 00:21:11 +0000 (00:21 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 9 Feb 2022 00:21:11 +0000 (00:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897882 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_stream.c

index 2a277b8ee09a3b73fb5f0d491f4ff9d6b87ddabf..725f6a7bb47bbdb348c5528f7610c50975010bc5 100644 (file)
@@ -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);
         }