-fix
authorChristian Grothoff <christian@grothoff.org>
Fri, 1 Jun 2012 18:44:47 +0000 (18:44 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 1 Jun 2012 18:44:47 +0000 (18:44 +0000)
src/hostlist/test_gnunet_daemon_hostlist.c
src/hostlist/test_hostlist_defaults.conf

index a81a7f7a40d68d3fc3fcaf4edfb8df0953e1fed1..f13f86dfaf9ca7dff3c4528aaba4edcd68d2924b 100644 (file)
@@ -142,9 +142,6 @@ setup_peer (struct PeerContext *p, const char *cfgname)
   p->arm_proc =
       GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-arm",
                                "gnunet-service-arm",
-#if VERBOSE
-                               "-L", "DEBUG",
-#endif
                                "-c", cfgname, NULL);
 #endif
   GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname));
@@ -213,9 +210,6 @@ check ()
 {
   char *const argv[] = { "test-gnunet-daemon-hostlist",
     "-c", "test_gnunet_daemon_hostlist_data.conf",
-#if VERBOSE
-    "-L", "DEBUG",
-#endif
     NULL
   };
   struct GNUNET_GETOPT_CommandLineOption options[] = {
@@ -239,11 +233,7 @@ main (int argc, char *argv[])
   GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-2");
   GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist");
   GNUNET_log_setup ("test-gnunet-daemon-hostlist",
-#if VERBOSE
-                    "DEBUG",
-#else
                     "WARNING",
-#endif
                     NULL);
   ret = check ();
   GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-1");
index 33864343d3541ac03b931a050b1555a00f82614b..c2d0a70d21b38420497a6862e11eb2a2c713a2c1 100644 (file)
@@ -64,5 +64,5 @@ AUTOSTART = NO
 [namestore]
 AUTOSTART = NO
 
-[lockamanger]
+[lockmanager]
 AUTOSTART = NO