Replaced a forgotten try with SPDLOG_TRY

This commit is contained in:
gabime 2019-11-03 15:16:03 +02:00
parent 53ab34928c
commit 15b393193a

View File

@ -278,7 +278,7 @@ public:
return;
}
try
SPDLOG_TRY
{
memory_buf_t buf;
details::os::wstr_to_utf8buf(msg, buf);