From e1ef945da61ae0dfec7a5c8d1e9cde2716c0c1fd Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 16 Nov 2018 16:31:59 +0100 Subject: Binding migration to v3 Change-Id: I8a5bc18a0bf8ad05ce83b6ff64d4329d42bff2b0 Signed-off-by: Romain Forlot --- plugins/gps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/gps.cpp') 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 -- cgit 1.2.3-korg