From: Ken Coar Date: Fri, 25 Oct 2002 16:38:11 +0000 (+0000) Subject: i hate it when tha happens.. X-Git-Tag: 2.0.44~220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc2449327a01785bf4a04d8d51385a0535083c9d;p=thirdparty%2Fapache%2Fhttpd.git i hate it when tha happens.. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97303 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/request.c b/server/request.c index d0f8376d57f..73ff7ff7c49 100644 --- a/server/request.c +++ b/server/request.c @@ -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;