From: Nick Kew Date: Wed, 28 Nov 2007 20:37:08 +0000 (+0000) Subject: Typo fix X-Git-Tag: 2.3.0~1216 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d959bd155cabf4138ef0b3c8c665b7aaf49303a5;p=apache Typo fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@599137 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_filters.c b/modules/http/http_filters.c index 96f794d236..f18c781f82 100644 --- a/modules/http/http_filters.c +++ b/modules/http/http_filters.c @@ -136,7 +136,7 @@ apr_status_t ap_http_filter(ap_filter_t *f, apr_bucket_brigade *b, return ap_pass_brigade(f->r->output_filters, bb); } else { - ap_log_rerror(APLOG_MARK, APLOG_WARN, 0, f->r, + ap_log_rerror(APLOG_MARK, APLOG_WARNING, 0, f->r, "Unknown Transfer-Encoding: %s; using Content-Length", tenc); tenc = NULL; }