From: Yann Ylavic Date: Thu, 23 Jul 2020 15:29:12 +0000 (+0000) Subject: Follow up to r1880205, APLOGNO(). X-Git-Tag: 2.5.0-alpha2-ci-test-only~1255 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c82fb455e3d365322725541da1a36b4058e33a98;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1880205, APLOGNO(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1880214 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 6a293bb5b0a..d9bf897dcd7 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -10259 +10260 diff --git a/modules/proxy/mod_proxy_uwsgi.c b/modules/proxy/mod_proxy_uwsgi.c index 3df6ad2475c..7723d7b5c4f 100644 --- a/modules/proxy/mod_proxy_uwsgi.c +++ b/modules/proxy/mod_proxy_uwsgi.c @@ -180,7 +180,7 @@ static int uwsgi_send_headers(request_rec *r, proxy_conn_rec * conn) pktsize = headerlen - 4; if (pktsize > APR_UINT16_MAX) { - ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO() + ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(10259) "can't send headers to %s:%u: packet size too " "large (%" APR_SIZE_T_FMT ")", conn->hostname, conn->port, pktsize);