mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-13 17:22:06 +08:00
Update async_logger_impl.h
This commit is contained in:
parent
71e93a4f2d
commit
efb1af9a73
@ -44,7 +44,7 @@ inline spdlog::async_logger::async_logger(const std::string &logger_name, sink_p
|
||||
|
||||
inline void spdlog::async_logger::flush()
|
||||
{
|
||||
_async_log_helper->flush(true);
|
||||
_async_log_helper->flush(false);
|
||||
}
|
||||
|
||||
// Error handler
|
||||
|
Loading…
Reference in New Issue
Block a user