Unverified Commit 3d069f7b authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update dist_sink.h

parent 65c4f955
...@@ -47,7 +47,6 @@ public: ...@@ -47,7 +47,6 @@ public:
protected: protected:
void sink_it_(const details::log_msg &msg) override void sink_it_(const details::log_msg &msg) override
{ {
for (auto &sink : sinks_) for (auto &sink : sinks_)
{ {
if (sink->should_log(msg.level)) if (sink->should_log(msg.level))
......
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