diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-05-27 13:15:24 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-05-27 13:15:24 +0000 |
commit | 098d58ec83eab89f8bc2f97345276620f2dd762c (patch) | |
tree | 44fc568b7ab5154dc6f58c0a09f0f48862e87ee6 | |
parent | 6e884ba19ae2efa6596a10f3a92e256f341c4372 (diff) | |
download | nginx-098d58ec83eab89f8bc2f97345276620f2dd762c.tar.gz nginx-098d58ec83eab89f8bc2f97345276620f2dd762c.zip |
fix the previous commit
-rw-r--r-- | src/http/ngx_http_core_module.c | 2 |
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); |