From e0ac126175c1a49bb75612d7addc990f5944855c Mon Sep 17 00:00:00 2001 From: Huw Smithson Date: Thu, 28 Nov 2024 11:10:39 +0000 Subject: [PATCH] Apply review mark-ups --- include/spdlog/sinks/rotating_file_sink-inl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/spdlog/sinks/rotating_file_sink-inl.h b/include/spdlog/sinks/rotating_file_sink-inl.h index bc759066..9f9aa47a 100644 --- a/include/spdlog/sinks/rotating_file_sink-inl.h +++ b/include/spdlog/sinks/rotating_file_sink-inl.h @@ -71,8 +71,7 @@ SPDLOG_INLINE filename_t rotating_file_sink::filename() { template SPDLOG_INLINE void rotating_file_sink::rotate_now() { - SPDLOG_TRY { rotate_(); } - SPDLOG_CATCH_STD + rotate_(); } template