From: Martin Kraemer Date: Tue, 21 May 2002 12:50:09 +0000 (+0000) Subject: Typo in log message X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40e43e57583d4511043db1ad14df2aeafb27e370;p=thirdparty%2Fapache%2Fhttpd.git Typo in log message git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95204 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/main/http_request.c b/src/main/http_request.c index 407e10f4fb3..edbd7c26554 100644 --- a/src/main/http_request.c +++ b/src/main/http_request.c @@ -925,7 +925,7 @@ API_EXPORT(request_rec *) ap_sub_req_lookup_file(const char *new_file, */ if (errno == ENAMETOOLONG) { ap_log_rerror(APLOG_MARK, APLOG_CRIT, r, - "Possible DoS attempt? URL=%s", r->filename); + "Possible DoS attempt? Path=%s", r->filename); rnew->status = HTTP_FORBIDDEN; return rnew; }