summaryrefslogtreecommitdiff
path: root/node-startup-controller/la-handler-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'node-startup-controller/la-handler-service.c')
-rw-r--r--node-startup-controller/la-handler-service.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/node-startup-controller/la-handler-service.c b/node-startup-controller/la-handler-service.c
index 06b9569..97a79b1 100644
--- a/node-startup-controller/la-handler-service.c
+++ b/node-startup-controller/la-handler-service.c
@@ -212,8 +212,8 @@ la_handler_service_constructed (GObject *object)
/* connect to the node state manager */
service->nsm_consumer =
nsm_consumer_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM, G_DBUS_PROXY_FLAGS_NONE,
- "com.contiautomotive.NodeStateManager",
- "/com/contiautomotive/NodeStateManager/Consumer",
+ "org.genivi.NodeStateManager",
+ "/org/genivi/NodeStateManager/Consumer",
NULL, &error);
if (error != NULL)
{