diff src/http/ngx_http_parse.c @ 257:70e1c7d2b83d

nginx-0.0.2-2004-02-11-20:08:49 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 11 Feb 2004 17:08:49 +0000
parents 574bea0142be
children 87e73f067470
line wrap: on
line diff
--- a/src/http/ngx_http_parse.c
+++ b/src/http/ngx_http_parse.c
@@ -648,8 +648,8 @@ ngx_int_t ngx_http_parse_complex_uri(ngx
 
     while (p < r->uri_start + r->uri.len + 1) {
 
-ngx_log_debug(r->connection->log, "S: %d UN: '%x:%c', URI: '%c'" _
-              state _ ch _ ch _ *u);
+        ngx_log_debug4(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
+                       "s:%d in:'%x:%c', out:'%c'", state, ch, ch, *u);
 
         switch (state) {
         case sw_usual: