From: Ruediger Pluem Date: Tue, 26 Jan 2016 12:19:50 +0000 (+0000) Subject: * Fill missing log number X-Git-Tag: 2.5.0-alpha~2276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8fb815ecd2afc1f54d1e001dfc7ef11359cfb28;p=apache * Fill missing log number git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726781 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 4025184410..0fb898f7bb 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -3304 +3305 diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index cc7305ba78..5165f2637d 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -3739,7 +3739,7 @@ PROXY_DECLARE(apr_status_t) ap_proxy_buckets_lifetime_transform(request_rec *r, APR_BRIGADE_INSERT_TAIL(to, new); } else { - ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO() + ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(03304) "Unhandled bucket type of type %s in" " ap_proxy_buckets_lifetime_transform", e->type->name); rv = APR_EGENERAL;