Use global id in dbus name

This allows us to use the dbus name to connect again
This commit is contained in:
Wim Taymans 2016-11-21 10:03:31 +01:00
parent bc4893057b
commit d250ed42e6
2 changed files with 73 additions and 45 deletions

View file

@ -62,7 +62,7 @@ try_link_port (PinosNode *node, PinosPort *port, ModuleImpl *impl)
path = pinos_properties_get (props, "pinos.target.node");
pinos_log_debug ("module %p: try to find and link to node %s", impl, path);
pinos_log_debug ("module %p: try to find and link to node '%s'", impl, path);
if (path) {
PinosPort *target;