Skip to content
Snippets Groups Projects
Commit 18d344dc authored by Adrien Béraud's avatar Adrien Béraud
Browse files

MultiplexedSocket: use provided logger

Change-Id: I9e6f9cf83d4460bdfefbeb49f91ef162000c1915
parent e2c74e21
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,7 @@ public:
, deviceId(deviceId)
, endpoint(std::move(ep))
, nextChannel_(endpoint->isInitiator() ? 0x0001u : 0x8000u)
, logger_(std::move(logger))
, eventLoopThread_ {[this] {
try {
eventLoop();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment