# HG changeset patch # User Igor Sysoev # Date 1274966124 0 # Node ID a8966b3c1fcf21639948fd8af37be455a9baab0f # Parent beca011959379e1e9f0e70ba47fa93c3e996c477 fix the previous commit diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c --- 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);