Update async_logger-inl.h

pull/2883/head
Gabi Melman 2 years ago committed by GitHub
parent 1d6dbc2a56
commit b9cb721b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,7 +51,7 @@ SPDLOG_INLINE void spdlog::async_logger::flush_()
} }
else else
{ {
throw_spdlog_ex("async flush: thread pool doesn't exist anymore"); throw_spdlog_ex("async flush: thread pool doesn't exist anymore");
} }
} }
SPDLOG_LOGGER_CATCH(source_loc()) SPDLOG_LOGGER_CATCH(source_loc())

Loading…
Cancel
Save