]> granicus.if.org Git - apache/commitdiff
* Fill missing log number
authorRuediger Pluem <rpluem@apache.org>
Tue, 26 Jan 2016 12:19:50 +0000 (12:19 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 26 Jan 2016 12:19:50 +0000 (12:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726781 13f79535-47bb-0310-9956-ffa450edef68

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

index 4025184410937ec05e80bf238a3e9534fa3b805a..0fb898f7bb1bebbb323ffdf5f34e90cac472ceb0 100644 (file)
@@ -1 +1 @@
-3304
+3305
index cc7305ba78e0347d78e1533db7991c11ba32f202..5165f2637d3c4037fdff71462e02c721d5c56edf 100644 (file)
@@ -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;