aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh.c')
-rw-r--r--src/mesh/gnunet-service-mesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index 61c7dec52..e1fa5797f 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -59,7 +59,7 @@
59 59
60#define MESH_DEBUG_DHT GNUNET_NO 60#define MESH_DEBUG_DHT GNUNET_NO
61#define MESH_DEBUG_CONNECTION GNUNET_NO 61#define MESH_DEBUG_CONNECTION GNUNET_NO
62#define MESH_DEBUG_TIMING GNUNET_YES 62#define MESH_DEBUG_TIMING __LINUX__ && GNUNET_YES
63 63
64#if MESH_DEBUG_CONNECTION 64#if MESH_DEBUG_CONNECTION
65#define DEBUG_CONN(...) GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, __VA_ARGS__) 65#define DEBUG_CONN(...) GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, __VA_ARGS__)