summaryrefslogtreecommitdiff
path: root/tests/test_threadpool.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_threadpool.c')
-rw-r--r--tests/test_threadpool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_threadpool.c b/tests/test_threadpool.c
index af2c0ff44..373d0c028 100644
--- a/tests/test_threadpool.c
+++ b/tests/test_threadpool.c
@@ -69,6 +69,7 @@ static void test_state_changed(struct ast_threadpool *pool,
SCOPED_MUTEX(lock, &tld->lock);
tld->num_active = active_threads;
tld->num_idle = idle_threads;
+ ast_log(LOG_NOTICE, "Thread state: %d active, %d idle\n", tld->num_active, tld->num_idle);
ast_cond_signal(&tld->cond);
}