1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Fix an error message since we are using common code to add all filters.

Submitted by:	Greg Stein


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87015 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan Bloom
2000-11-18 20:03:16 +00:00
parent e5fcfb70c8
commit 4f5c5ca522

View File

@@ -155,7 +155,7 @@ static void add_any_filter(const char *name, void *ctx,
}
ap_log_error(APLOG_MARK, APLOG_ERR|APLOG_NOERRNO, 0, NULL,
"an unknown input filter was not added: %s", name);
"an unknown filter was not added: %s", name);
}
AP_DECLARE(void) ap_add_input_filter(const char *name, void *ctx,