changeset 10:42975d951e9f

Fix build without debug.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 31 Jul 2008 12:27:39 +0400
parents 4206defe5590
children 47a21c299f11
files ngx_http_bytes_filter_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ngx_http_bytes_filter_module.c
+++ b/ngx_http_bytes_filter_module.c
@@ -276,7 +276,7 @@ done:
 
     ngx_http_set_ctx(r, ctx, ngx_http_bytes_filter_module);
 
-    ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
+    ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
                    "bytes header filter: new length %O",
                    r->headers_out.content_length_n);