aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index e4423f145..2a0ca33b2 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -376,7 +376,7 @@ GNUNET_log_from_nocheck (enum GNUNET_ErrorType kind, const char *comp,
376 }\ 376 }\
377} while (0) 377} while (0)
378 378
379#define GNUNET_log(kind,...) do { int log_line = __LINE__;\ 379 #define GNUNET_log(kind,...) do { int log_line = __LINE__;\
380 static int log_call_enabled = GNUNET_LOG_CALL_STATUS;\ 380 static int log_call_enabled = GNUNET_LOG_CALL_STATUS;\
381 if ((GNUNET_EXTRA_LOGGING > 0) || ((GNUNET_ERROR_TYPE_DEBUG & (kind)) == 0)) { \ 381 if ((GNUNET_EXTRA_LOGGING > 0) || ((GNUNET_ERROR_TYPE_DEBUG & (kind)) == 0)) { \
382 if (GN_UNLIKELY(log_call_enabled == -1))\ 382 if (GN_UNLIKELY(log_call_enabled == -1))\