changeset 3532:a8966b3c1fcf

fix the previous commit
author Igor Sysoev <igor@sysoev.ru>
date Thu, 27 May 2010 13:15:24 +0000
parents beca01195937
children bb5376f3f585
files src/http/ngx_http_core_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -1222,7 +1222,7 @@ ngx_http_core_try_files_phase(ngx_http_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);