Unverified Commit d235e7d4 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Fix #992

parent e25b323d
......@@ -51,6 +51,6 @@ inline std::shared_ptr<logger> stderr_color_mt(const std::string &logger_name)
template<typename Factory = default_factory>
inline std::shared_ptr<logger> stderr_color_st(const std::string &logger_name)
{
return Factory::template create<sinks::stderr_color_sink_mt>(logger_name);
return Factory::template create<sinks::stderr_color_sink_st>(logger_name);
}
} // namespace spdlog
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