From: Jim Jagielski Date: Tue, 31 Dec 2013 14:35:41 +0000 (+0000) Subject: new logno X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab1844eee4f5b26bce1f9be17480b7f7969e5533;p=thirdparty%2Fapache%2Fhttpd.git new logno git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554522 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 49d31a38a5f..846c2b4e362 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -2595 +2596 diff --git a/server/protocol.c b/server/protocol.c index ab1b2d0d127..6c8948cf9b5 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -1234,7 +1234,7 @@ request_rec *ap_read_request(conn_rec *conn) ap_run_log_transaction(r); goto traceout; } else { - ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(00570) + ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(02595) "client sent an unrecognized expectation value " "of Expect (not fatal): %s", expect); }