diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-09-15 18:10:45 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-14 11:00:25 +0100 |
commit | 6e6aab21e97a22dfe459ab048531cf176ef79c98 (patch) | |
tree | c2c4d385e98dfd120bcd1a9b3d67d4d25f73ed6c /plugins/low-can.c | |
parent | 677cde6288a4574b8251a4a532b1d9e1594b09b2 (diff) |
Adding GPS plugin to make the subscription
Change-Id: I838ec22ee246c7ad1b438a2777b1fd8af02433b7
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'plugins/low-can.c')
-rw-r--r-- | plugins/low-can.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |