patch async_sink

This commit is contained in:
gabi 2014-11-07 16:21:17 +02:00
parent 4bd25f897f
commit baec3ec1fb
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{}