]> git.kaiwu.me - nginx.git/commitdiff
fix the previous commit
authorIgor Sysoev <igor@sysoev.ru>
Thu, 27 May 2010 13:15:24 +0000 (13:15 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 27 May 2010 13:15:24 +0000 (13:15 +0000)
src/http/ngx_http_core_module.c

index 3b4e5d22eaf6b03e73bedd9cf80f1a50c1a1a218..997ed3a8d188ba9236e7d0eaf6d638948e5304a5 100644 (file)
@@ -1222,7 +1222,7 @@ ngx_http_core_try_files_phase(ngx_http_request_t *r,
 
         tf++;
 
-        ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
+        ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
                        "try to use %s: \"%s\" \"%s\"",
                        test_dir ? "dir" : "file", name, path.data);