X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=src%2Frculfhash.c;fp=src%2Frculfhash.c;h=872d6ff1dea4d1a8533f5bc0c3ba70fe0a438db3;hp=8046f3a63a280397be3986231f1db8921ea4bfdb;hb=59b6b14faa1ef105997fdffd9048ec56b3808ce8;hpb=2ff9a79db02e1c761fd0dab9fb8d961bab2f14b0 diff --git a/src/rculfhash.c b/src/rculfhash.c index 8046f3a..872d6ff 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.