Skip to content

Commit ed5498a

Browse files
committed
report unexected exception types
1 parent 6dd928d commit ed5498a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

include/spdlog/details/async_log_helper.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,7 @@ inline void spdlog::details::async_log_helper::worker_loop()
282282
}
283283
catch(...)
284284
{
285-
_err_handler("Unknown exeption in worker loop. Terminating worker loop");
286-
active = false;
287-
285+
_err_handler("Unknown exeption in async logger worker loop.");
288286
}
289287
}
290288
if (_worker_teardown_cb) _worker_teardown_cb();

0 commit comments

Comments
 (0)