mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 10:01:33 +08:00
patch async_sink
This commit is contained in:
parent
4bd25f897f
commit
baec3ec1fb
@ -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)
|
||||
{}
|
||||
|
Loading…
Reference in New Issue
Block a user