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-Tag: 2.5.0-alpha~5196 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ec0d34a462775daed10212b51e316be071994cd;p=apache 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 59780dc7b1..e7ff0dbf84 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 8201f8cdf2..450f300042 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"); }