Update logger.h

This commit is contained in:
Gabi Melman
2019-08-28 22:59:16 +03:00
committed by GitHub
parent 37bfa092a5
commit cb890c96b9

View File

@@ -61,7 +61,7 @@ public:
// Logger with single sink // Logger with single sink
logger(std::string name, sink_ptr 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 // Logger with sinks init list