From: William A. Rowe Jr Date: Fri, 26 Aug 2016 21:10:08 +0000 (+0000) Subject: Revert to the correct APLOGNO ID for this case X-Git-Tag: 2.5.0-alpha~1196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=555eebaca28f2a5ab51c238181804e0ae84490a8;p=thirdparty%2Fapache%2Fhttpd.git Revert to the correct APLOGNO ID for this case git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1757924 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/protocol.c b/server/protocol.c index 97220be72cd..0d0325d7407 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -865,7 +865,7 @@ rrl_done: } if (r->status != HTTP_OK) { - ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(03454) + ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(03450) "HTTP Request Line; Unable to parse URI: '%.*s'", field_name_len(r->uri), r->uri); goto rrl_failed;