]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1880205, APLOGNO().
authorYann Ylavic <ylavic@apache.org>
Thu, 23 Jul 2020 15:29:12 +0000 (15:29 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 23 Jul 2020 15:29:12 +0000 (15:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1880214 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/proxy/mod_proxy_uwsgi.c

index 6a293bb5b0a65d8f79de7606a113bc21ed648095..d9bf897dcd7b06fc79eecc7e142a88d8e2ae5104 100644 (file)
@@ -1 +1 @@
-10259
+10260
index 3df6ad2475c30dcac26c1034a1fac426190dcda7..7723d7b5c4f78fe5a2f4eb1b6ca0805f6c04aff2 100644 (file)
@@ -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);