From c9c39aeeac95bccfc6582c9ed028670f8e51fd21 Mon Sep 17 00:00:00 2001 From: Supriti Singh Date: Tue, 21 Jan 2014 14:44:16 +0000 Subject: incomplete code for finger and friend tables --- src/include/gnunet_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/gnunet_common.h') 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, }\ } while (0) -#define GNUNET_log(kind,...) do { int log_line = __LINE__;\ + #define GNUNET_log(kind,...) do { int log_line = __LINE__;\ static int log_call_enabled = GNUNET_LOG_CALL_STATUS;\ if ((GNUNET_EXTRA_LOGGING > 0) || ((GNUNET_ERROR_TYPE_DEBUG & (kind)) == 0)) { \ if (GN_UNLIKELY(log_call_enabled == -1))\ -- cgit v1.2.3