This commit is contained in:
gabime 2015-11-28 16:53:32 +02:00
parent 0f76db880e
commit 30c23ef206

View File

@ -330,7 +330,7 @@ inline void spdlog::details::async_log_helper::handle_flush_interval(log_clock::
for (auto &s : _sinks) for (auto &s : _sinks)
s->flush(); s->flush();
now = last_flush = details::os::now(); now = last_flush = details::os::now();
_flush_requested = false; _flush_requested = false;s
} }
} }
inline void spdlog::details::async_log_helper::set_formatter(formatter_ptr msg_formatter) inline void spdlog::details::async_log_helper::set_formatter(formatter_ptr msg_formatter)