Update dist_sink.h

pull/1122/head
Gabi Melman 6 years ago committed by GitHub
parent 65c4f955a6
commit 3d069f7b46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,7 +47,6 @@ public:
protected:
void sink_it_(const details::log_msg &msg) override
{
for (auto &sink : sinks_)
{
if (sink->should_log(msg.level))

Loading…
Cancel
Save