From: Mathieu Desnoyers Date: Mon, 3 Jun 2013 04:40:07 +0000 (-0400) Subject: rcuja tests: fix sanity test printout X-Git-Url: http://git.liburcu.org/?p=userspace-rcu.git;a=commitdiff_plain;h=81c18eb903d9b4c2ff89531a7d48bd3958873151 rcuja tests: fix sanity test printout Signed-off-by: Mathieu Desnoyers --- diff --git a/tests/test_urcu_ja.c b/tests/test_urcu_ja.c index 859dc16..a27b676 100644 --- a/tests/test_urcu_ja.c +++ b/tests/test_urcu_ja.c @@ -488,7 +488,7 @@ int test_sparse_key(unsigned int bits, int nr_dup) } printf("OK\n"); } - printf("Test #4: remove keys (16-bit).\n"); + printf("Test #4: remove keys (%u-bit).\n", bits); zerocount = 0; for (key = 0; key <= max_key && (key != 0 || zerocount < 1); key += 1ULL << (bits - 8)) { struct cds_hlist_head head;