aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/gps.cpp
diff options
context:
space:
mode:
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