comparison src/http/ngx_http_file_cache.c @ 3713:f0b62d1ac7af

move debug logging inside ngx_http_file_cache_free()
author Igor Sysoev <igor@sysoev.ru>
date Wed, 28 Jul 2010 15:56:56 +0000
parents ce6ba077c270
children 14ad3210fc73
comparison
equal deleted inserted replaced
3712:518eeff336c1 3713:f0b62d1ac7af
913 return; 913 return;
914 } 914 }
915 915
916 cache = c->file_cache; 916 cache = c->file_cache;
917 917
918 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->file.log, 0, 918 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->file.log, 0,
919 "http file cache free"); 919 "http file cache free, fd: %d", c->file.fd);
920 920
921 ngx_shmtx_lock(&cache->shpool->mutex); 921 ngx_shmtx_lock(&cache->shpool->mutex);
922 922
923 fcn = c->node; 923 fcn = c->node;
924 fcn->count--; 924 fcn->count--;