fixed bug in extra formatting done in async mode

This commit is contained in:
gabime
2016-07-09 20:07:55 +03:00
parent 30326dad37
commit 4f9b4d0145
2 changed files with 4 additions and 6 deletions

View File

@@ -72,6 +72,6 @@ inline void spdlog::async_logger::_set_pattern(const std::string& pattern)
inline void spdlog::async_logger::_sink_it(details::log_msg& msg)
{
{
_async_log_helper->log(msg);
}