diff --git a/main/threadpool.c b/main/threadpool.c
index f6755e3fb1d5dcd42b0644af19235e47c6295ddc..e2fdecc5783dd24c46f61cd5e45208a64b2da4a9 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;
 	}