Update async_logger_impl.h

pull/706/head
Gabi Melman 7 years ago committed by GitHub
parent 71e93a4f2d
commit efb1af9a73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,7 +44,7 @@ inline spdlog::async_logger::async_logger(const std::string &logger_name, sink_p
inline void spdlog::async_logger::flush() inline void spdlog::async_logger::flush()
{ {
_async_log_helper->flush(true); _async_log_helper->flush(false);
} }
// Error handler // Error handler

Loading…
Cancel
Save