Commit 15b39319 authored by gabime's avatar gabime

Replaced a forgotten try with SPDLOG_TRY

parent 53ab3492
...@@ -278,7 +278,7 @@ public: ...@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment