Replaced a forgotten try with SPDLOG_TRY

pull/1296/head
gabime 6 years ago
parent 53ab34928c
commit 15b393193a

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

Loading…
Cancel
Save