Unverified Commit efb1af9a authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update async_logger_impl.h

parent 71e93a4f
......@@ -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
......
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