Commit ed5498a2 authored by gabime's avatar gabime

report unexected exception types

parent 6dd928dc
...@@ -282,9 +282,7 @@ inline void spdlog::details::async_log_helper::worker_loop() ...@@ -282,9 +282,7 @@ inline void spdlog::details::async_log_helper::worker_loop()
} }
catch(...) catch(...)
{ {
_err_handler("Unknown exeption in worker loop. Terminating worker loop"); _err_handler("Unknown exeption in async logger worker loop.");
active = false;
} }
} }
if (_worker_teardown_cb) _worker_teardown_cb(); if (_worker_teardown_cb) _worker_teardown_cb();
......
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