X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Frculfhash.c;h=a80a75a5fa3e7bc624ac9e46431a79188a849517;hb=9cd319f7a2e479bec7c694740f9c7bba8f6d2876;hp=9106a745ff29a24dcefef9a1e671ee28fd68b7e1;hpb=2122847933042e53e4102206fa3560a843709e4e;p=urcu.git diff --git a/src/rculfhash.c b/src/rculfhash.c index 9106a74..a80a75a 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.