]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a missing APLOGNO()
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 12 Feb 2020 05:36:31 +0000 (05:36 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 12 Feb 2020 05:36:31 +0000 (05:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873927 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_stream.c

index 6136baa41c915090e2f4c7a22a6f9f325ebe23d7..ceed246f9218ba4f2683a72006a184b54739fe7f 100644 (file)
@@ -790,7 +790,7 @@ apr_status_t h2_stream_end_headers(h2_stream *stream, int eos, size_t raw_bytes)
         if (ctx.failed_key) {
             if (!h2_stream_is_ready(stream)) {
                 ap_log_cerror(APLOG_MARK, APLOG_INFO, 0, stream->session->c,
-                              H2_STRM_LOG(APLOGNO(), stream,"Request header exceeds "
+                              H2_STRM_LOG(APLOGNO(10230), stream,"Request header exceeds "
                                           "LimitRequestFieldSize: %.*s"),
                               (int)H2MIN(strlen(ctx.failed_key), 80), ctx.failed_key);
             }