Commit 9e882c4d authored by gabi's avatar gabi

fix

parent 33b976a4
...@@ -163,7 +163,7 @@ inline void spdlog::details::async_log_helper::log(const details::log_msg& msg) ...@@ -163,7 +163,7 @@ inline void spdlog::details::async_log_helper::log(const details::log_msg& msg)
auto last_op_time = clock::now(); auto last_op_time = clock::now();
do do
{ {
_sleep_or_yield(last_op_time ; _sleep_or_yield(last_op_time);
} }
while (!_q.push(std::unique_ptr < async_msg >(new async_msg(msg)))); while (!_q.push(std::unique_ptr < async_msg >(new async_msg(msg))));
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment