1
0
Fork 0

cacher: fix #354 build error for debug mode (thanks to drakmor)

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1581 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2015-02-07 06:17:33 +00:00
parent 925a2dff1e
commit 7a586c55ce
1 changed files with 1 additions and 1 deletions

View File

@ -880,7 +880,7 @@ static inline void xc_entry_unholds_real(xc_vector_t *holds, xc_cache_t *caches,
for (i = 0; i < cachecount; i ++) {
v = &holds[i];
TRACE("holded %d items", v->cnt);
TRACE("holded %d items", xc_vector_size(v));
if (xc_vector_size(v)) {
cache = &caches[i];
ENTER_LOCK(cache) {