| commit | 2b58fbf045acee349c323de8f50501f94c41c04d | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Tue Dec 09 15:08:11 2003 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Tue Dec 09 15:08:11 2003 +0000 |
| tree | 32c1e5848f1b0945dba64fa29e93bd328d71e146 | |
| parent | 5f80078c675bc344d12a6a64d97ecafb64de224b [diff] [blame] |
nginx-0.0.1-2003-12-09-18:08:11 import
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index a8c2d6c..51478c6 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c
@@ -284,7 +284,8 @@ 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);