]> granicus.if.org Git - apache/commitdiff
i hate it when tha happens..
authorKen Coar <coar@apache.org>
Fri, 25 Oct 2002 16:38:11 +0000 (16:38 +0000)
committerKen Coar <coar@apache.org>
Fri, 25 Oct 2002 16:38:11 +0000 (16:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97303 13f79535-47bb-0310-9956-ffa450edef68

server/request.c

index d0f8376d57f572e8739a1cd1ee211d08909b48d2..73ff7ff7c49786befb06203cb97d93f191ebd8a7 100644 (file)
@@ -151,8 +151,8 @@ AP_DECLARE(int) ap_process_request_internal(request_rec *r)
         if (access_status) {
             if (access_status == HTTP_NOT_FOUND) {
                 ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r,
-                              "found %2f (encoded '/') in URI "
-                              "(decoded='%s'), returning 404"
+                              "found %%2f (encoded '/') in URI "
+                              "(decoded='%s'), returning 404",
                               r->parsed_uri.path);
             }
             return access_status;