diff options
Diffstat (limited to '')
-rw-r--r-- | src/nxt_thread_pool.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |