diff --git a/Compositor/lib/Mesa/Compositor.cpp b/Compositor/lib/Mesa/Compositor.cpp index a7f14880..e3c3b962 100644 --- a/Compositor/lib/Mesa/Compositor.cpp +++ b/Compositor/lib/Mesa/Compositor.cpp @@ -144,7 +144,7 @@ namespace Plugin { const std::string& proxyStubPath, Exchange::IComposition::IDisplay* parentInterface, const Core::ProxyType& engine) - : RPC::Communicator(source, proxyStubPath, Core::ProxyType(engine)) + : RPC::Communicator("Compositor", source, proxyStubPath, Core::ProxyType(engine)) , _parentInterface(parentInterface) { if (_parentInterface != nullptr) {