From: William A. Rowe Jr Date: Mon, 6 Aug 2001 22:44:38 +0000 (+0000) Subject: Change the error wording, slightly. X-Git-Tag: 2.0.23~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f541f91fcc0b90d70b64cecbd44ec0e63805b2b8;p=apache Change the error wording, slightly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89962 13f79535-47bb-0310-9956-ffa450edef68 --- 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; }