From 6e6aab21e97a22dfe459ab048531cf176ef79c98 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 15 Sep 2017 18:10:45 +0200 Subject: Adding GPS plugin to make the subscription Change-Id: I838ec22ee246c7ad1b438a2777b1fd8af02433b7 Signed-off-by: Romain Forlot --- plugins/low-can.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/low-can.c') diff --git a/plugins/low-can.c b/plugins/low-can.c index 3988026..1c2ad74 100644 --- a/plugins/low-can.c +++ b/plugins/low-can.c @@ -47,7 +47,7 @@ CTLP_ONLOAD(plugin, api) { allDoorsCtxT *allDoorCtx = (allDoorsCtxT*)calloc (1, sizeof(allDoorsCtxT)); memset(allDoorCtx, 0, sizeof(allDoorsCtxT)); - AFB_NOTICE ("Low-can door plugin: label='%s' version='%s' info='%s'", plugin->label, plugin->version, plugin->info); + AFB_NOTICE ("Low-can plugin: label='%s' version='%s' info='%s'", plugin->label, plugin->version, plugin->info); return (void*)allDoorCtx; } -- cgit 1.2.3-korg