aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_getopt.c')
-rw-r--r--src/fs/test_fs_getopt.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/fs/test_fs_getopt.c b/src/fs/test_fs_getopt.c
index 571346f..7551202 100644
--- a/src/fs/test_fs_getopt.c
+++ b/src/fs/test_fs_getopt.c
@@ -25,15 +25,12 @@
#include "platform.h"
#include "gnunet_fs_service.h"
+
int
main (int argc, char *argv[])
{
- GNUNET_log_setup ("test_fs_directory",
-#if VERBOSE
- "DEBUG",
-#else
+ GNUNET_log_setup ("test_fs_getopt",
"WARNING",
-#endif
NULL);
FPRINTF (stderr, "%s", "WARNING: testcase not yet written.\n");
return 0; /* testcase passed */