]> granicus.if.org Git - apache/commitdiff
Typo fix
authorNick Kew <niq@apache.org>
Wed, 28 Nov 2007 20:37:08 +0000 (20:37 +0000)
committerNick Kew <niq@apache.org>
Wed, 28 Nov 2007 20:37:08 +0000 (20:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@599137 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_filters.c

index 96f794d236d8b0da5532ab27ca3373e80dd09926..f18c781f821bd121da8692ad02377cf518657383 100644 (file)
@@ -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;
             }