- remove http
[oweals/gnunet.git] / src / statistics / test_statistics_api_loop.c
index f468c4ed8fd4ca5c77e31b86833063c22256246a..32b176caa90d90ff59bcd42e0e11e243b0cab249 100644 (file)
@@ -29,7 +29,7 @@
 #include "gnunet_scheduler_lib.h"
 #include "gnunet_statistics_service.h"
 
-#define VERBOSE GNUNET_EXTRA_LOGGING
+#define VERBOSE GNUNET_NO
 
 #define START_SERVICE GNUNET_YES
 
@@ -97,7 +97,7 @@ check ()
   struct GNUNET_OS_Process *proc;
 
   proc =
-      GNUNET_OS_start_process (NULL, NULL, "gnunet-service-statistics",
+    GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-statistics",
                                "gnunet-service-statistics",
 #if DEBUG_STATISTICS
                                "-L", "DEBUG",