From a66e9bbaf16eb1d6a6685a801a7d3e698033f4f6 Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 5 Nov 2017 00:29:19 +0200 Subject: [PATCH] Minor fix in comment --- include/spdlog/details/async_log_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/details/async_log_helper.h b/include/spdlog/details/async_log_helper.h index ee6d4c61..5f6e6587 100644 --- a/include/spdlog/details/async_log_helper.h +++ b/include/spdlog/details/async_log_helper.h @@ -261,7 +261,7 @@ inline void spdlog::details::async_log_helper::flush(bool wait_for_q) { push_msg(async_msg(async_msg_type::flush)); if (wait_for_q) - wait_empty_q(); //return only make after the above flush message was processed + wait_empty_q(); //return when queue is empty } inline void spdlog::details::async_log_helper::worker_loop()