add full path debug log in try_files

This commit is contained in:
Igor Sysoev 2009-03-20 16:50:53 +00:00
parent e018a9c6ef
commit c7ce3a99bc

View File

@ -1134,8 +1134,8 @@ ngx_http_core_try_files_phase(ngx_http_request_t *r,
tf++;
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
"try to use file: \"%s\"", name);
ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
"try to use file: \"%s\" \"%s\"", name, path.data);
if (tf->lengths == NULL && tf->name.len == 0) {