mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Update dist_sink.h
This commit is contained in:
parent
65c4f955a6
commit
3d069f7b46
@ -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…
Reference in New Issue
Block a user