mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
astyle
This commit is contained in:
@@ -98,7 +98,7 @@ inline void spdlog::async_logger::_sink_it(details::log_msg& msg)
|
||||
{
|
||||
_err_handler(ex.what());
|
||||
}
|
||||
catch(...)
|
||||
catch(...)
|
||||
{
|
||||
_err_handler("Unknown exception in logger " + _name);
|
||||
throw;
|
||||
|
Reference in New Issue
Block a user