diff options
Diffstat (limited to 'src/fs/test_fs_getopt.c')
-rw-r--r-- | src/fs/test_fs_getopt.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/fs/test_fs_getopt.c b/src/fs/test_fs_getopt.c index d2e424b4a5..4ce64b72f9 100644 --- a/src/fs/test_fs_getopt.c +++ b/src/fs/test_fs_getopt.c @@ -28,6 +28,13 @@ int main (int argc, char *argv[]) { + GNUNET_log_setup ("test_fs_directory", +#if VERBOSE + "DEBUG", +#else + "WARNING", +#endif + NULL); fprintf (stderr, "WARNING: testcase not yet written.\n"); return 0; /* testcase passed */ } |