This commit is contained in:
gabime 2015-11-28 18:24:52 +02:00
commit 0b8cc75534
1 changed files with 1 additions and 1 deletions

View File

@ -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)