add debug logging
Igor Sysoev
13 years ago
1 changed file(s) with
3 addition(s)
and
0 deletion(s)
.
Raw diff
Collapse all
Expand all
+3
-0
src/http/ngx_http_file_cache.c
less
more
1064
1064
1065
1065
ngx_shmtx_unlock(&cache->shpool->mutex);
1066
1066
1067
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ngx_cycle->log, 0,
1068
"http file cache size: %O", size);
1069
1067
1070
if (size < cache->max_size) {
1068
1071
return next;
1069
1072
}