fix debug logging

This commit is contained in:
Igor Sysoev 2009-04-15 13:46:52 +00:00
parent 9bd1010164
commit 0f50f09022

View File

@ -586,7 +586,7 @@ ngx_http_header_filter(ngx_http_request_t *r)
}
ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
"%*s\n", (size_t) (b->last - b->pos), b->pos);
"%*s", (size_t) (b->last - b->pos), b->pos);
/* the end of HTTP header */
*b->last++ = CR; *b->last++ = LF;