aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-12-09 15:08:11 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-12-09 15:08:11 +0000
commit2b58fbf045acee349c323de8f50501f94c41c04d (patch)
tree32c1e5848f1b0945dba64fa29e93bd328d71e146 /src/http/ngx_http_request.c
parent5f80078c675bc344d12a6a64d97ecafb64de224b (diff)
downloadnginx-2b58fbf045acee349c323de8f50501f94c41c04d.tar.gz
nginx-2b58fbf045acee349c323de8f50501f94c41c04d.zip
nginx-0.0.1-2003-12-09-18:08:11 import
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r--src/http/ngx_http_request.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c
index a8c2d6c75..51478c6b1 100644
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -284,7 +284,8 @@ static void ngx_http_process_request_line(ngx_event_t *rev)
c = rev->data;
r = c->data;
- ngx_log_debug(rev->log, "http process request line");
+ ngx_log_debug0(NGX_LOG_DEBUG_HTTP, rev->log, 0,
+ "http process request line");
if (rev->timedout) {
ngx_http_client_error(r, 0, NGX_HTTP_REQUEST_TIME_OUT);