aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_os_start_process.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_os_start_process.c
parent95df3b354109633a602ddb99d2edfeeb25da8462 (diff)
downloadgnunet-468c386e4834af2f2a36d5e81891f8a0ed517a23.tar.gz
gnunet-468c386e4834af2f2a36d5e81891f8a0ed517a23.zip
-verbose is independent of logging
Diffstat (limited to 'src/util/test_os_start_process.c')
-rw-r--r--src/util/test_os_start_process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_os_start_process.c b/src/util/test_os_start_process.c
index f66e741d9..178a1d9ef 100644
--- a/src/util/test_os_start_process.c
+++ b/src/util/test_os_start_process.c
@@ -33,7 +33,7 @@
33#include "gnunet_scheduler_lib.h" 33#include "gnunet_scheduler_lib.h"
34#include "disk.h" 34#include "disk.h"
35 35
36#define VERBOSE GNUNET_EXTRA_LOGGING 36#define VERBOSE GNUNET_NO
37 37
38static char *test_phrase = "HELLO WORLD"; 38static char *test_phrase = "HELLO WORLD";
39static int ok; 39static int ok;