Unverified Commit 1293af09 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

call flush_() instead of flush() from looger::sink_it_()

parent 29988151
...@@ -390,7 +390,7 @@ inline void spdlog::logger::sink_it_(details::log_msg &msg) ...@@ -390,7 +390,7 @@ inline void spdlog::logger::sink_it_(details::log_msg &msg)
if (should_flush_(msg)) if (should_flush_(msg))
{ {
flush(); flush_();
} }
} }
......
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