From a23eb3769a1e34abe006e9a772ffeb9b3c260379 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 25 May 2018 18:28:29 +0300 Subject: [PATCH] Update async.h --- include/spdlog/async.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/async.h b/include/spdlog/async.h index 5e8b2e57..443758f7 100644 --- a/include/spdlog/async.h +++ b/include/spdlog/async.h @@ -51,7 +51,7 @@ inline std::shared_ptr create_async_logger(const std::string &lo return create_async::create(logger_name, std::forward(sink_args)...); } -// set global thread pool. q_size must be power of 2 +// set global thread pool. inline void init_thread_pool(size_t q_size, size_t thread_count) { using details::registry;