From: Stefan Eissing Date: Thu, 29 Jun 2023 10:38:08 +0000 (+0000) Subject: mod_http2: add aplogno where makefile did not detect it missing? X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47514904a3e91f51b79f29ac325c883e89041507;p=thirdparty%2Fapache%2Fhttpd.git mod_http2: add aplogno where makefile did not detect it missing? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910688 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_stream.c b/modules/http2/h2_stream.c index 282b06e975f..257f0c7a9e3 100644 --- a/modules/http2/h2_stream.c +++ b/modules/http2/h2_stream.c @@ -1500,7 +1500,7 @@ static ssize_t stream_data_cb(nghttp2_session *ng2s, } else if (APR_ECONNRESET == rv || APR_ECONNABORTED == rv) { ap_log_cerror(APLOG_MARK, APLOG_DEBUG, rv, c1, - H2_STRM_LOG(APLOGNO(), stream, "data_cb, reading data")); + H2_STRM_LOG(APLOGNO(10471), stream, "data_cb, reading data")); h2_stream_rst(stream, H2_ERR_STREAM_CLOSED); return NGHTTP2_ERR_DEFERRED; }