]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Revert to the correct APLOGNO ID for this case
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 26 Aug 2016 21:10:08 +0000 (21:10 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 26 Aug 2016 21:10:08 +0000 (21:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1757924 13f79535-47bb-0310-9956-ffa450edef68

server/protocol.c

index 97220be72cde6b0efcfd4812fa249a6bdf601650..0d0325d7407af35846d9ec28daf0fc8347ee1122 100644 (file)
@@ -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;