From f541f91fcc0b90d70b64cecbd44ec0e63805b2b8 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Mon, 6 Aug 2001 22:44:38 +0000 Subject: [PATCH] Change the error wording, slightly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89962 13f79535-47bb-0310-9956-ffa450edef68 --- modules/mappers/mod_negotiation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mappers/mod_negotiation.c b/modules/mappers/mod_negotiation.c index d922e231d9..23081b8a16 100644 --- a/modules/mappers/mod_negotiation.c +++ b/modules/mappers/mod_negotiation.c @@ -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; } -- 2.40.0