aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-05-27 13:15:24 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-05-27 13:15:24 +0000
commit098d58ec83eab89f8bc2f97345276620f2dd762c (patch)
tree44fc568b7ab5154dc6f58c0a09f0f48862e87ee6
parent6e884ba19ae2efa6596a10f3a92e256f341c4372 (diff)
downloadnginx-098d58ec83eab89f8bc2f97345276620f2dd762c.tar.gz
nginx-098d58ec83eab89f8bc2f97345276620f2dd762c.zip
fix the previous commit
-rw-r--r--src/http/ngx_http_core_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c
index 3b4e5d22e..997ed3a8d 100644
--- 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_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);