aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_plugin.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-26 14:06:40 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-26 14:06:40 +0000
commit468c386e4834af2f2a36d5e81891f8a0ed517a23 (patch)
tree2ca977b2d367ff2a9b0139aa0d564318feadb7c3 /src/util/test_plugin.c
parent95df3b354109633a602ddb99d2edfeeb25da8462 (diff)
downloadgnunet-468c386e4834af2f2a36d5e81891f8a0ed517a23.tar.gz
gnunet-468c386e4834af2f2a36d5e81891f8a0ed517a23.zip
-verbose is independent of logging
Diffstat (limited to 'src/util/test_plugin.c')
-rw-r--r--src/util/test_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_plugin.c b/src/util/test_plugin.c
index 4635e1357..428cdaffb 100644
--- a/src/util/test_plugin.c
+++ b/src/util/test_plugin.c
@@ -24,7 +24,7 @@
24#include "platform.h" 24#include "platform.h"
25#include "gnunet_plugin_lib.h" 25#include "gnunet_plugin_lib.h"
26 26
27#define VERBOSE GNUNET_EXTRA_LOGGING 27#define VERBOSE GNUNET_NO
28 28
29static void 29static void
30test_cb (void *cls, const char *libname, void *lib_ret) 30test_cb (void *cls, const char *libname, void *lib_ret)