summaryrefslogtreecommitdiff
path: root/legacy-app-handler/main.c
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-07-31 18:36:44 +0100
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-07-31 18:44:23 +0100
commitce957f1e14f6e350f049fa18b5529132760c0099 (patch)
tree3a6fa6955c2eb25a06b727ce5d2cd652e1e851ee /legacy-app-handler/main.c
parent3284f0fac73dae894987f7ccbcd28a4ffb391be6 (diff)
downloadnode-startup-controller-ce957f1e14f6e350f049fa18b5529132760c0099.tar.gz
Rename BMGR DLT app ID to NSC, rename MGR context to CTRL
Diffstat (limited to 'legacy-app-handler/main.c')
-rw-r--r--legacy-app-handler/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy-app-handler/main.c b/legacy-app-handler/main.c
index 7d45d06..fafd9db 100644
--- a/legacy-app-handler/main.c
+++ b/legacy-app-handler/main.c
@@ -64,7 +64,7 @@ main (int argc,
gchar *msg;
/* register the application and context with the DLT */
- DLT_REGISTER_APP ("BMGR", "GENIVI Boot Manager");
+ DLT_REGISTER_APP ("NSC", "GENIVI Node Startup Controller");
DLT_REGISTER_CONTEXT (la_handler_context, "LAH", "Legacy Application Handler");
/* make sure to unregister the DLT at exit */