]> granicus.if.org Git - apache/commitdiff
Change the error wording, slightly.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 6 Aug 2001 22:44:38 +0000 (22:44 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 6 Aug 2001 22:44:38 +0000 (22:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89962 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_negotiation.c

index d922e231d9ec68a49a10300b4dd5f9f2199a84b5..23081b8a16440026826834dc226a4c7eb392df91 100644 (file)
@@ -1074,7 +1074,7 @@ static int read_types_multi(negotiation_state *neg)
     if (anymatch && !neg->avail_vars->nelts) {
        ap_log_rerror(APLOG_MARK, APLOG_NOERRNO|APLOG_ERR, 0, r,
                      "Negotiation: discovered file(s) matching request: %s"
-                      " all containing unrecognized extension(s): ", 
+                      " (None could be negotiated).", 
                       r->filename);
         return HTTP_INTERNAL_SERVER_ERROR;
     }