]> granicus.if.org Git - apache/commitdiff
mod_proxy: add missing APLOGNO()s.
authorYann Ylavic <ylavic@apache.org>
Mon, 29 Feb 2016 21:54:23 +0000 (21:54 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 29 Feb 2016 21:54:23 +0000 (21:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1732954 13f79535-47bb-0310-9956-ffa450edef68

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

index 6de8f79ba43037715eca4401d0ddd36c5370c710..99bd38128d530d6fc81e1e17d78249ca259e358c 100644 (file)
@@ -1 +1 @@
-3306
+3309
index 6949f2ce0e18cd23d1ea63296ad978867f261cdc..3d7461d4bc5a8dbdbb32eba687158073118124c8 100644 (file)
@@ -3781,7 +3781,7 @@ PROXY_DECLARE(apr_status_t) ap_proxy_transfer_between_connections(
 #ifdef DEBUGGING
             len = -1;
             apr_brigade_length(bb_i, 0, &len);
-            ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO()
+            ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(03306)
                           "ap_proxy_transfer_between_connections: "
                           "read %" APR_OFF_T_FMT
                           " bytes from %s", len, name);
@@ -3808,13 +3808,13 @@ PROXY_DECLARE(apr_status_t) ap_proxy_transfer_between_connections(
             }
             rv = ap_pass_brigade(c_o->output_filters, bb_o);
             if (rv != APR_SUCCESS) {
-                ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r, APLOGNO()
+                ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r, APLOGNO(03307)
                               "ap_proxy_transfer_between_connections: "
                               "error on %s - ap_pass_brigade",
                               name);
             }
         } else if (!APR_STATUS_IS_EAGAIN(rv) && !APR_STATUS_IS_EOF(rv)) {
-            ap_log_rerror(APLOG_MARK, APLOG_DEBUG, rv, r, APLOGNO()
+            ap_log_rerror(APLOG_MARK, APLOG_DEBUG, rv, r, APLOGNO(03308)
                           "ap_proxy_transfer_between_connections: "
                           "error on %s - ap_get_brigade",
                           name);