Commit baec3ec1 authored by gabi's avatar gabi

patch async_sink

parent 4bd25f89
......@@ -96,7 +96,7 @@ private:
///////////////////////////////////////////////////////////////////////////////
inline spdlog::sinks::async_sink::async_sink(const q_type::size_type max_queue_size)
:_sinks(),
_active(false),
_active(true),
_q(max_queue_size),
_back_thread(&async_sink::_thread_loop, this)
{}
......
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