Commit 453e2280 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Change the error wording, slightly.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89962 13f79535-47bb-0310-9956-ffa450edef68
parent 8b955960
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    }