X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Frculfhash.c;h=c286f4303dd2d491ea0e8de7be3542d04d039a75;hb=ba9bda73ab33fe222c70b98d6e6a05168e676e53;hp=aa99c3e85a41c42e101ac5468dc88dcce9cca5c9;hpb=d362e4ba6d54f3fd402624da963f9a310b7f37a6;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.