From: Jeff Trawick Date: Tue, 13 Aug 2013 13:49:50 +0000 (+0000) Subject: follow up to r1513454: fill in missing log number X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c45f11f0cc13225dc6832fb6c6a3aab57535ec4;p=thirdparty%2Fapache%2Fhttpd.git follow up to r1513454: fill in missing log number git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1513492 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 59780dc7b1e..e7ff0dbf84f 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -2492 +2493 diff --git a/server/util_fcgi.c b/server/util_fcgi.c index 8201f8cdf23..450f300042f 100644 --- a/server/util_fcgi.c +++ b/server/util_fcgi.c @@ -279,7 +279,7 @@ AP_DECLARE(apr_status_t) ap_fcgi_encode_env(request_rec *r, if (rv != APR_SUCCESS) { ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, - APLOGNO() "ap_fcgi_encode_env: out of space " + APLOGNO(02492) "ap_fcgi_encode_env: out of space " "encoding environment"); }