fix windows complie

pull/2143/head
Gabi Melman 4 years ago committed by GitHub
parent 035a8ff0df
commit 56e3c30e8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -362,7 +362,7 @@ protected:
memory_buf_t buf;
details::os::wstr_to_utf8buf(msg, buf);
details::log_msg log_msg(loc, name_, lvl, string_view_t(buf.data(), buf.size()));
sink_it(log_msg);
sink_it_(log_msg);
}
SPDLOG_LOGGER_CATCH(loc)
}

Loading…
Cancel
Save