aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_nat_mini.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/test_nat_mini.c')
-rw-r--r--src/nat/test_nat_mini.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/nat/test_nat_mini.c b/src/nat/test_nat_mini.c
index 2c6da3b57..f2e1ee97a 100644
--- a/src/nat/test_nat_mini.c
+++ b/src/nat/test_nat_mini.c
@@ -35,9 +35,6 @@
35#include "gnunet_scheduler_lib.h" 35#include "gnunet_scheduler_lib.h"
36#include "gnunet_nat_lib.h" 36#include "gnunet_nat_lib.h"
37 37
38
39#define VERBOSE GNUNET_NO
40
41/* Time to wait before stopping NAT, in seconds */ 38/* Time to wait before stopping NAT, in seconds */
42#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5) 39#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5)
43 40
@@ -104,20 +101,12 @@ main (int argc, char *const argv[])
104 "-c", 101 "-c",
105 "test_nat_data.conf", 102 "test_nat_data.conf",
106 "-L", 103 "-L",
107#if VERBOSE
108 "DEBUG",
109#else
110 "WARNING", 104 "WARNING",
111#endif
112 NULL 105 NULL
113 }; 106 };
114 107
115 GNUNET_log_setup ("test-nat-mini", 108 GNUNET_log_setup ("test-nat-mini",
116#if VERBOSE
117 "DEBUG",
118#else
119 "WARNING", 109 "WARNING",
120#endif
121 NULL); 110 NULL);
122 111
123 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 112 GNUNET_log (GNUNET_ERROR_TYPE_INFO,