diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-05-16 11:22:58 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-05-16 11:22:58 +0000 |
commit | a1d7d541d65b18b86c0e316b0a34de4168bf8b8c (patch) | |
tree | cd4ca36b68a952e754ade7c475cb00e5cd9981d2 /src/fs/test_fs_test_lib.c | |
parent | c0c97de5adc9bc6922d001b53b4492038d23baa3 (diff) |
-code cleanup
Diffstat (limited to 'src/fs/test_fs_test_lib.c')
-rw-r--r-- | src/fs/test_fs_test_lib.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/fs/test_fs_test_lib.c b/src/fs/test_fs_test_lib.c index 589abb3fbb..29d5fe47f2 100644 --- a/src/fs/test_fs_test_lib.c +++ b/src/fs/test_fs_test_lib.c @@ -138,9 +138,6 @@ main (int argc, char *argv[]) "test-fs-test-lib", "-c", "fs_test_lib_data.conf", -#if VERBOSE - "-L", "DEBUG", -#endif NULL }; struct GNUNET_GETOPT_CommandLineOption options[] = { @@ -149,11 +146,7 @@ main (int argc, char *argv[]) GNUNET_DISK_directory_remove ("/tmp/gnunet-test-fs-lib/"); GNUNET_log_setup ("test_fs_test_lib", -#if VERBOSE - "DEBUG", -#else "WARNING", -#endif NULL); GNUNET_PROGRAM_run ((sizeof (argvx) / sizeof (char *)) - 1, argvx, "test-fs-test-lib", "nohelp", options, &run, NULL); |