From a86e52c253d4d4157b328c4cb288076b593d31dc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 16 May 2012 11:25:20 +0000 Subject: -code cleanup --- src/fs/test_fs_namespace.c | 10 ---------- src/fs/test_fs_search.c | 10 ---------- 2 files changed, 20 deletions(-) (limited to 'src') diff --git a/src/fs/test_fs_namespace.c b/src/fs/test_fs_namespace.c index 9305a501f..e9cdb3676 100644 --- a/src/fs/test_fs_namespace.c +++ b/src/fs/test_fs_namespace.c @@ -69,9 +69,6 @@ setup_peer (struct PeerContext *p, const char *cfgname) p->arm_proc = GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-arm", "gnunet-service-arm", -#if VERBOSE - "-L", "DEBUG", -#endif "-c", cfgname, NULL); #endif GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname)); @@ -378,9 +375,6 @@ main (int argc, char *argv[]) "test-fs-namespace", "-c", "test_fs_namespace_data.conf", -#if VERBOSE - "-L", "DEBUG", -#endif NULL }; struct GNUNET_GETOPT_CommandLineOption options[] = { @@ -388,11 +382,7 @@ main (int argc, char *argv[]) }; GNUNET_log_setup ("test_fs_namespace", -#if VERBOSE - "DEBUG", -#else "WARNING", -#endif NULL); GNUNET_PROGRAM_run ((sizeof (argvx) / sizeof (char *)) - 1, argvx, "test-fs-namespace", "nohelp", options, &run, NULL); 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) p->arm_proc = GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-arm", "gnunet-service-arm", -#if VERBOSE - "-L", "DEBUG", -#endif "-c", cfgname, NULL); #endif GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname)); @@ -254,9 +251,6 @@ main (int argc, char *argv[]) "test-fs-search", "-c", "test_fs_search_data.conf", -#if VERBOSE - "-L", "DEBUG", -#endif NULL }; struct GNUNET_GETOPT_CommandLineOption options[] = { @@ -264,11 +258,7 @@ main (int argc, char *argv[]) }; GNUNET_log_setup ("test_fs_search", -#if VERBOSE - "DEBUG", -#else "WARNING", -#endif NULL); GNUNET_PROGRAM_run ((sizeof (argvx) / sizeof (char *)) - 1, argvx, "test-fs-search", "nohelp", options, &run, NULL); -- cgit v1.2.3