Skip to content

Commit

Permalink
report unexected exception types
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Dec 19, 2017
1 parent 6dd928d commit ed5498a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/spdlog/details/async_log_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,7 @@ inline void spdlog::details::async_log_helper::worker_loop()
}
catch(...)
{
_err_handler("Unknown exeption in worker loop. Terminating worker loop");
active = false;

_err_handler("Unknown exeption in async logger worker loop.");
}
}
if (_worker_teardown_cb) _worker_teardown_cb();
Expand Down

0 comments on commit ed5498a

Please sign in to comment.