fix
[oweals/gnunet.git] / src / fs / test_fs_getopt.c
index 2c0a0eba458687ab03322cda8a1a42f822b62c10..4ce64b72f9e7fe410cdbe01f2001c708a9a3ea5e 100644 (file)
  * @author Christian Grothoff
  */
 #include "platform.h"
-#include "gnunet_fs_lib.h"
+#include "gnunet_fs_service.h"
 
 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 */
 }