From 771e9d3cc3a59585a3d8a6ae2baddb18f335c3dd Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Wed, 24 Jan 2018 15:16:33 +0300 Subject: Fixed formatting in nxt_sprintf() and logging. --- src/nxt_thread_pool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_thread_pool.c') diff --git a/src/nxt_thread_pool.c b/src/nxt_thread_pool.c index 56efa1a0..0be2ddc0 100644 --- a/src/nxt_thread_pool.c +++ b/src/nxt_thread_pool.c @@ -233,7 +233,7 @@ nxt_thread_pool_destroy(nxt_thread_pool_t *tp) thr = nxt_thread(); - nxt_log_debug(thr->log, "thread pool destroy: %d", tp->ready); + nxt_log_debug(thr->log, "thread pool destroy: %A", tp->ready); if (!tp->ready) { nxt_work_queue_add(&thr->engine->fast_work_queue, tp->exit, -- cgit