From a5d0694571db763efd0787a680168492f325b2e6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 4 Oct 2011 13:24:22 +0000 Subject: LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging calls (#1805). --- src/nat/nat.h | 2 +- src/nat/test_nat.c | 2 +- src/nat/test_nat_mini.c | 2 +- src/nat/test_nat_test.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/nat') diff --git a/src/nat/nat.h b/src/nat/nat.h index dbb5263d4..a32fe0908 100644 --- a/src/nat/nat.h +++ b/src/nat/nat.h @@ -28,7 +28,7 @@ #define NAT_H #include "gnunet_util_lib.h" -#define DEBUG_NAT GNUNET_NO +#define DEBUG_NAT GNUNET_EXTRA_LOGGING /** * Request to test NAT traversal. diff --git a/src/nat/test_nat.c b/src/nat/test_nat.c index 784fc6cc7..19631af08 100644 --- a/src/nat/test_nat.c +++ b/src/nat/test_nat.c @@ -41,7 +41,7 @@ #include "gnunet_nat_lib.h" -#define VERBOSE GNUNET_NO +#define VERBOSE GNUNET_EXTRA_LOGGING /** diff --git a/src/nat/test_nat_mini.c b/src/nat/test_nat_mini.c index 2c6da3b57..d4027ffcb 100644 --- a/src/nat/test_nat_mini.c +++ b/src/nat/test_nat_mini.c @@ -36,7 +36,7 @@ #include "gnunet_nat_lib.h" -#define VERBOSE GNUNET_NO +#define VERBOSE GNUNET_EXTRA_LOGGING /* Time to wait before stopping NAT, in seconds */ #define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5) diff --git a/src/nat/test_nat_test.c b/src/nat/test_nat_test.c index b3fb64221..0786bb04b 100644 --- a/src/nat/test_nat_test.c +++ b/src/nat/test_nat_test.c @@ -31,7 +31,7 @@ #include "gnunet_nat_lib.h" -#define VERBOSE GNUNET_NO +#define VERBOSE GNUNET_EXTRA_LOGGING /** -- cgit v1.2.3