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

Update logger.h

parent 37bfa092
......@@ -61,7 +61,7 @@ public:
// Logger with single sink
logger(std::string name, sink_ptr single_sink)
: logger(std::move(name), {std::move(single_sink)})
: logger(std::move(name), std::move(single_sink))
{}
// Logger with sinks init list
......
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