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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fs/test_fs_getopt.c b/src/fs/test_fs_getopt.c
index e52984877..2b0a9fca8 100644
--- a/src/fs/test_fs_getopt.c
+++ b/src/fs/test_fs_getopt.c
@@ -28,13 +28,13 @@
28int 28int
29main (int argc, char *argv[]) 29main (int argc, char *argv[])
30{ 30{
31 GNUNET_log_setup ("test_fs_directory", 31 GNUNET_log_setup ("test_fs_directory",
32#if VERBOSE 32#if VERBOSE
33 "DEBUG", 33 "DEBUG",
34#else 34#else
35 "WARNING", 35 "WARNING",
36#endif 36#endif
37 NULL); 37 NULL);
38 fprintf (stderr, "WARNING: testcase not yet written.\n"); 38 fprintf (stderr, "WARNING: testcase not yet written.\n");
39 return 0; /* testcase passed */ 39 return 0; /* testcase passed */
40} 40}