From b9cb721b9276cc93bf43910e65b1c047b3d707b5 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 22 Sep 2023 02:42:37 +0300 Subject: [PATCH] Update async_logger-inl.h --- include/spdlog/async_logger-inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/async_logger-inl.h b/include/spdlog/async_logger-inl.h index 51186537..13da5940 100644 --- a/include/spdlog/async_logger-inl.h +++ b/include/spdlog/async_logger-inl.h @@ -51,7 +51,7 @@ SPDLOG_INLINE void spdlog::async_logger::flush_() } else { - throw_spdlog_ex("async flush: thread pool doesn't exist anymore"); + throw_spdlog_ex("async flush: thread pool doesn't exist anymore"); } } SPDLOG_LOGGER_CATCH(source_loc())