summaryrefslogtreecommitdiffstats
path: root/plugins/low-can.c
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-09-15 18:10:45 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-12-14 11:00:25 +0100
commit6e6aab21e97a22dfe459ab048531cf176ef79c98 (patch)
treec2c4d385e98dfd120bcd1a9b3d67d4d25f73ed6c /plugins/low-can.c
parent677cde6288a4574b8251a4a532b1d9e1594b09b2 (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.c2
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;
}