From 46fc422ba060312d3a7acad1da698a3efccced5f Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 31 May 2013 13:09:33 -0400 Subject: [PATCH] ja tests: add printout Signed-off-by: Mathieu Desnoyers --- tests/test_urcu_ja.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_urcu_ja.c b/tests/test_urcu_ja.c index a4e7d0e..2832650 100644 --- a/tests/test_urcu_ja.c +++ b/tests/test_urcu_ja.c @@ -998,6 +998,8 @@ int main(int argc, char **argv) lookup_pool_offset, lookup_pool_size); printf_verbose("Update pool size offset %lu size %lu.\n", write_pool_offset, write_pool_size); + if (validate_lookup) + printf_verbose("Validating lookups.\n"); printf_verbose("thread %-6s, thread id : %lx, tid %lu\n", "main", pthread_self(), (unsigned long)gettid()); -- 2.34.1