]> granicus.if.org Git - apache/commitdiff
Fix an error message since we are using common code to add all filters.
authorRyan Bloom <rbb@apache.org>
Sat, 18 Nov 2000 20:03:16 +0000 (20:03 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 18 Nov 2000 20:03:16 +0000 (20:03 +0000)
Submitted by: Greg Stein

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87015 13f79535-47bb-0310-9956-ffa450edef68

server/util_filter.c

index 3be1d8219b00c2c0ab657069b70935c8db78be24..1fdcf019953ca212a57e7c3c997f8aa694f80d6d 100644 (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,