pull/16/head
gabi 11 years ago
parent 6fceaa8dab
commit 33b976a4c9

@ -163,7 +163,7 @@ inline void spdlog::details::async_log_helper::log(const details::log_msg& msg)
auto last_op_time = clock::now();
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))));
}

Loading…
Cancel
Save