From: foobar Date: Mon, 11 Apr 2005 15:39:21 +0000 (+0000) Subject: fix typo (bug #32673) X-Git-Tag: php-5.0.5RC1~447 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=155eff97df8b2d5a28a14b87e127aec9684f7c61;p=php fix typo (bug #32673) --- diff --git a/sapi/apache2filter/sapi_apache2.c b/sapi/apache2filter/sapi_apache2.c index 178e32bb37..bffacba13b 100644 --- a/sapi/apache2filter/sapi_apache2.c +++ b/sapi/apache2filter/sapi_apache2.c @@ -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);