]> granicus.if.org Git - php/commitdiff
fix typo (bug #32673)
authorfoobar <sniper@php.net>
Mon, 11 Apr 2005 15:39:21 +0000 (15:39 +0000)
committerfoobar <sniper@php.net>
Mon, 11 Apr 2005 15:39:21 +0000 (15:39 +0000)
sapi/apache2filter/sapi_apache2.c

index 178e32bb374c264a24d858787a706bd372337eef..bffacba13b0b8f0f3b756766a0aa13355078f230 100644 (file)
@@ -628,7 +628,7 @@ static void php_add_filter(request_rec *r, ap_filter_t *f)
        /* for those who still have Set*Filter PHP configured */
        while (f) {
                if (strcmp(f->frec->name, "PHP") == 0) {
-                       ap_log_error(APLOG_MARK, APLOG_WARNING
+                       ap_log_error(APLOG_MARK, APLOG_WARNING,
                                     0, r->server,
                                     "\"Set%sFilter PHP\" already configured for %s",
                                     output ? "Output" : "Input", r->uri);