Commit 0b8cc755 authored by gabime's avatar gabime

Merge branch 'master' of https://github.com/gabime/spdlog

parents 8c38b4ee 30c23ef2
......@@ -311,7 +311,7 @@ inline void spdlog::details::async_log_helper::handle_flush_interval(log_clock::
for (auto &s : _sinks)
s->flush();
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)
......
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