aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-api-dbus.c
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-05-24 11:24:47 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-05-24 12:25:46 +0200
commitbe4e0e2d3855ccbd3b683bfe6cc4c7f9d3254314 (patch)
treeb55f7955880a487485e2630073c1a6b4ca996486 /src/afb-api-dbus.c
parentcd438c6c7074c9c279f15dd9e5c69b90b412b8a5 (diff)
add log macros for plugins
Change-Id: I3de30aeb90a41ed8ee63ec1e19c6032440d65574 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-api-dbus.c')
-rw-r--r--src/afb-api-dbus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afb-api-dbus.c b/src/afb-api-dbus.c
index edbb1edd..f4fd0eba 100644
--- a/src/afb-api-dbus.c
+++ b/src/afb-api-dbus.c
@@ -16,6 +16,7 @@
*/
#define _GNU_SOURCE
+#define NO_PLUGIN_VERBOSE_MACRO
#include <stdlib.h>
#include <string.h>