From: Graham Leggett Date: Wed, 19 Jun 2013 11:19:50 +0000 (+0000) Subject: Update the log message number. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3aac50d8041f14ae6bd8c436d3c1c63ca93a246;p=thirdparty%2Fapache%2Fhttpd.git Update the log message number. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1494549 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index a630e9f55f7..b8c6595ce32 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -2484 +2485 diff --git a/modules/http/http_filters.c b/modules/http/http_filters.c index a794d95e8de..a4beb26bc94 100644 --- a/modules/http/http_filters.c +++ b/modules/http/http_filters.c @@ -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"); }