aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_search.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_search.c')
-rw-r--r--src/fs/test_fs_search.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/fs/test_fs_search.c b/src/fs/test_fs_search.c
index a3a9b5444..04c5897ac 100644
--- a/src/fs/test_fs_search.c
+++ b/src/fs/test_fs_search.c
@@ -176,9 +176,6 @@ setup_peer (struct PeerContext *p, const char *cfgname)
176 p->arm_proc = 176 p->arm_proc =
177 GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-arm", 177 GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-arm",
178 "gnunet-service-arm", 178 "gnunet-service-arm",
179#if VERBOSE
180 "-L", "DEBUG",
181#endif
182 "-c", cfgname, NULL); 179 "-c", cfgname, NULL);
183#endif 180#endif
184 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname)); 181 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname));
@@ -254,9 +251,6 @@ main (int argc, char *argv[])
254 "test-fs-search", 251 "test-fs-search",
255 "-c", 252 "-c",
256 "test_fs_search_data.conf", 253 "test_fs_search_data.conf",
257#if VERBOSE
258 "-L", "DEBUG",
259#endif
260 NULL 254 NULL
261 }; 255 };
262 struct GNUNET_GETOPT_CommandLineOption options[] = { 256 struct GNUNET_GETOPT_CommandLineOption options[] = {
@@ -264,11 +258,7 @@ main (int argc, char *argv[])
264 }; 258 };
265 259
266 GNUNET_log_setup ("test_fs_search", 260 GNUNET_log_setup ("test_fs_search",
267#if VERBOSE
268 "DEBUG",
269#else
270 "WARNING", 261 "WARNING",
271#endif
272 NULL); 262 NULL);
273 GNUNET_PROGRAM_run ((sizeof (argvx) / sizeof (char *)) - 1, argvx, 263 GNUNET_PROGRAM_run ((sizeof (argvx) / sizeof (char *)) - 1, argvx,
274 "test-fs-search", "nohelp", options, &run, NULL); 264 "test-fs-search", "nohelp", options, &run, NULL);