From a20df5d2d024a0a3e893468e58ead276ae25ea84 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Tue, 31 Dec 2013 14:35:41 +0000 Subject: [PATCH] new logno git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554522 13f79535-47bb-0310-9956-ffa450edef68 --- docs/log-message-tags/next-number | 2 +- server/protocol.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 49d31a38a5..846c2b4e36 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 ab1b2d0d12..6c8948cf9b 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); } -- 2.50.1