From 15b393193ad06d839d94011a03960c16369262fd Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 3 Nov 2019 15:16:03 +0200 Subject: [PATCH] Replaced a forgotten try with SPDLOG_TRY --- include/spdlog/logger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/logger.h b/include/spdlog/logger.h index 6f6f341d..96847579 100644 --- a/include/spdlog/logger.h +++ b/include/spdlog/logger.h @@ -278,7 +278,7 @@ public: return; } - try + SPDLOG_TRY { memory_buf_t buf; details::os::wstr_to_utf8buf(msg, buf);