]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Typo in log message
authorMartin Kraemer <martin@apache.org>
Tue, 21 May 2002 12:50:09 +0000 (12:50 +0000)
committerMartin Kraemer <martin@apache.org>
Tue, 21 May 2002 12:50:09 +0000 (12:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95204 13f79535-47bb-0310-9956-ffa450edef68

src/main/http_request.c

index 407e10f4fb39478302971e77c64a3a2bb42724b1..edbd7c26554b726affdde580d4d195684d529fd1 100644 (file)
@@ -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;
             }