diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-02-26 14:06:40 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-02-26 14:06:40 +0000 |
commit | 468c386e4834af2f2a36d5e81891f8a0ed517a23 (patch) | |
tree | 2ca977b2d367ff2a9b0139aa0d564318feadb7c3 /src/nat/test_nat_test.c | |
parent | 95df3b354109633a602ddb99d2edfeeb25da8462 (diff) |
-verbose is independent of logging
Diffstat (limited to 'src/nat/test_nat_test.c')
-rw-r--r-- | src/nat/test_nat_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/test_nat_test.c b/src/nat/test_nat_test.c index c080e8ff32..2b9ef0f7cc 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_EXTRA_LOGGING +#define VERBOSE GNUNET_NO /** |