aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh_api.c')
-rw-r--r--src/mesh/mesh_api.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c
index 4b16b004b..170572f13 100644
--- a/src/mesh/mesh_api.c
+++ b/src/mesh/mesh_api.c
@@ -47,7 +47,11 @@ extern "C"
47 47
48#define MESH_API_DEBUG GNUNET_YES 48#define MESH_API_DEBUG GNUNET_YES
49 49
50#if MESH_API_DEBUG
50#define LOG(kind,...) GNUNET_log_from (kind, "mesh-api",__VA_ARGS__) 51#define LOG(kind,...) GNUNET_log_from (kind, "mesh-api",__VA_ARGS__)
52#else
53#define LOG(kind,...)
54#endif
51 55
52/******************************************************************************/ 56/******************************************************************************/
53/************************ DATA STRUCTURES ****************************/ 57/************************ DATA STRUCTURES ****************************/