aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_file_cache.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-07-28 15:56:56 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-07-28 15:56:56 +0000
commit9135a0e022d09d8e3f7073f1c3794049f08de78f (patch)
tree53e1d06e0d827ac1b803b0fa181b37a9085b9666 /src/http/ngx_http_file_cache.c
parent14c95f99ac8f7e5b99e81e91f8f919e498fd50b4 (diff)
downloadnginx-9135a0e022d09d8e3f7073f1c3794049f08de78f.tar.gz
nginx-9135a0e022d09d8e3f7073f1c3794049f08de78f.zip
move debug logging inside ngx_http_file_cache_free()
Diffstat (limited to 'src/http/ngx_http_file_cache.c')
-rw-r--r--src/http/ngx_http_file_cache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/ngx_http_file_cache.c b/src/http/ngx_http_file_cache.c
index a7e5c464e..133a52e68 100644
--- a/src/http/ngx_http_file_cache.c
+++ b/src/http/ngx_http_file_cache.c
@@ -915,8 +915,8 @@ ngx_http_file_cache_free(ngx_http_cache_t *c, ngx_temp_file_t *tf)
cache = c->file_cache;
- ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->file.log, 0,
- "http file cache free");
+ ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->file.log, 0,
+ "http file cache free, fd: %d", c->file.fd);
ngx_shmtx_lock(&cache->shpool->mutex);