add debug logging

This commit is contained in:
Igor Sysoev 2009-04-01 13:01:50 +00:00
parent 32ab2f7e64
commit a697c8e574

View File

@ -1065,6 +1065,9 @@ ngx_http_file_cache_manager(void *data)
ngx_shmtx_unlock(&cache->shpool->mutex);
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ngx_cycle->log, 0,
"http file cache size: %O", size);
if (size < cache->max_size) {
return next;
}