mirror of
https://github.com/gabime/spdlog.git
synced 2025-11-16 09:28:56 +08:00
Async logger cleanup
This commit is contained in:
@@ -105,7 +105,7 @@ bool SPDLOG_INLINE thread_pool::process_next_msg_()
|
||||
{
|
||||
case async_msg_type::log:
|
||||
{
|
||||
incoming_async_msg.worker_ptr->backend_log_(incoming_async_msg);
|
||||
incoming_async_msg.worker_ptr->backend_sink_it_(incoming_async_msg);
|
||||
return true;
|
||||
}
|
||||
case async_msg_type::flush:
|
||||
|
||||
Reference in New Issue
Block a user