X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Frculfhash.c;h=c286f4303dd2d491ea0e8de7be3542d04d039a75;hb=5234731e381c3cfd71f30608aeb6c148477dddf4;hp=aa99c3e85a41c42e101ac5468dc88dcce9cca5c9;hpb=17a8f206ce5461b5a0a551171493b5b63e592f86;p=urcu.git diff --git a/src/rculfhash.c b/src/rculfhash.c index aa99c3e..c286f43 100644 --- a/src/rculfhash.c +++ b/src/rculfhash.c @@ -763,7 +763,7 @@ void ht_count_del(struct cds_lfht *ht, unsigned long size, unsigned long hash) if ((count >> CHAIN_LEN_RESIZE_THRESHOLD) >= size) return; - dbg_printf("del set global %ld\n", count); + dbg_printf("del set global %lu\n", count); /* * Don't shrink table if the number of nodes is below a * certain threshold.