mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 01:51:38 +08:00
Replaced a forgotten try with SPDLOG_TRY
This commit is contained in:
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…
Reference in New Issue
Block a user