diff options
author | Ken Coar <coar@apache.org> | 2002-10-25 16:38:11 +0000 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 2002-10-25 16:38:11 +0000 |
commit | cc2449327a01785bf4a04d8d51385a0535083c9d (patch) | |
tree | b868e7cedb02bc60df636ed1b4116ab33405fbbc /server/request.c | |
parent | 7392d9042a4588f4e69a3696d2bd1e1b759053c8 (diff) | |
download | httpd-cc2449327a01785bf4a04d8d51385a0535083c9d.tar.gz |
i hate it when tha happens..
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97303 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/request.c')
-rw-r--r-- | server/request.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/request.c b/server/request.c index d0f8376d57..73ff7ff7c4 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; |