Replaced a forgotten try with SPDLOG_TRY
This commit is contained in:
parent
53ab34928c
commit
15b393193a
@ -278,7 +278,7 @@ public:
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
try
|
SPDLOG_TRY
|
||||||
{
|
{
|
||||||
memory_buf_t buf;
|
memory_buf_t buf;
|
||||||
details::os::wstr_to_utf8buf(msg, buf);
|
details::os::wstr_to_utf8buf(msg, buf);
|
||||||
|
Loading…
Reference in New Issue
Block a user