diff options
author | Christian Grothoff <christian@grothoff.org> | 2009-08-22 17:57:31 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2009-08-22 17:57:31 +0000 |
commit | 2ae973618f3b51fa9bbf5532eaa1352cafc24ecc (patch) | |
tree | ea8bb13a4c7d390f88318b61bc6caf50ea6cf400 /src/fs/test_fs_getopt.c | |
parent | 9a10e9c06a3b08c8ab73edb7d2093a6d452ecc05 (diff) |
stuff
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 */ } |