summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/threadpool.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/threadpool.c b/main/threadpool.c
index f6755e3fb..e2fdecc57 100644
--- a/main/threadpool.c
+++ b/main/threadpool.c
@@ -801,8 +801,8 @@ static int queued_set_size(void *data)
ao2_container_count(pool->idle_threads);
if (current_size == num_threads) {
- ast_log(LOG_NOTICE, "Not changing threadpool size since new size %u is the same as current %u\n",
- num_threads, current_size);
+ ast_debug(3, "Not changing threadpool size since new size %u is the same as current %u\n",
+ num_threads, current_size);
return 0;
}