aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/gps.cpp
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-11-16 16:31:59 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2018-11-23 09:59:57 +0100
commite1ef945da61ae0dfec7a5c8d1e9cde2716c0c1fd (patch)
tree43ebffa011d24f30f654f8914bc96d43cb3dce74 /plugins/gps.cpp
parent71507d3afbb92f6751d6d7af5eeb1796ff13f246 (diff)
Binding migration to v3guppy_6.99.1guppy/6.99.16.99.1
Change-Id: I8a5bc18a0bf8ad05ce83b6ff64d4329d42bff2b0 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'plugins/gps.cpp')
-rw-r--r--plugins/gps.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gps.cpp b/plugins/gps.cpp
index 4913f31..92120f7 100644
--- a/plugins/gps.cpp
+++ b/plugins/gps.cpp
@@ -62,7 +62,7 @@ CTLP_CAPI (getHeading, source, argsJ, eventJ) {
ctx->setSignalValue(ctx->aSignal, 0, json_object_new_double(heading));
}
- AFB_NOTICE("======== Heading: %f", heading);
+ AFB_API_NOTICE(source->api, "======== Heading: %f", heading);
return err;
}
// extern "C" closure