From: Christophe Jaillet Date: Wed, 12 Feb 2020 05:36:31 +0000 (+0000) Subject: Add a missing APLOGNO() X-Git-Tag: 2.5.0-alpha2-ci-test-only~1660 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34ef2afa8c1884b8507c6b5095c4dca3793ea8e2;p=thirdparty%2Fapache%2Fhttpd.git Add a missing APLOGNO() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873927 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_stream.c b/modules/http2/h2_stream.c index 6136baa41c9..ceed246f921 100644 --- a/modules/http2/h2_stream.c +++ b/modules/http2/h2_stream.c @@ -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); }