]> granicus.if.org Git - apache/commitdiff
Update the log message number.
authorGraham Leggett <minfrin@apache.org>
Wed, 19 Jun 2013 11:19:50 +0000 (11:19 +0000)
committerGraham Leggett <minfrin@apache.org>
Wed, 19 Jun 2013 11:19:50 +0000 (11:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1494549 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/http/http_filters.c

index a630e9f55f7abda548b441c26c23bc1f6c10de7e..b8c6595ce323a7d22039d66589775aedeb9b2e2b 100644 (file)
@@ -1 +1 @@
-2484
+2485
index a794d95e8dee7329454c6f6406291caac571bdc2..a4beb26bc947f605bc84f0a0b1d0fb1ee8f8050f 100644 (file)
@@ -1538,7 +1538,7 @@ AP_DECLARE(long) ap_get_client_block(request_rec *r, char *buffer,
 
         rv = ap_pass_brigade(r->output_filters, bb);
         if (APR_SUCCESS != rv) {
-            ap_log_rerror(APLOG_MARK, APLOG_INFO, rv, r, APLOGNO()
+            ap_log_rerror(APLOG_MARK, APLOG_INFO, rv, r, APLOGNO(02484)
                           "Error while writing error response");
         }