gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r21713 - gnunet/src/hostlist


From: gnunet
Subject: [GNUnet-SVN] r21713 - gnunet/src/hostlist
Date: Fri, 1 Jun 2012 20:44:47 +0200

Author: grothoff
Date: 2012-06-01 20:44:47 +0200 (Fri, 01 Jun 2012)
New Revision: 21713

Modified:
   gnunet/src/hostlist/test_gnunet_daemon_hostlist.c
   gnunet/src/hostlist/test_hostlist_defaults.conf
Log:
-fix

Modified: gnunet/src/hostlist/test_gnunet_daemon_hostlist.c
===================================================================
--- gnunet/src/hostlist/test_gnunet_daemon_hostlist.c   2012-06-01 18:43:42 UTC 
(rev 21712)
+++ gnunet/src/hostlist/test_gnunet_daemon_hostlist.c   2012-06-01 18:44:47 UTC 
(rev 21713)
@@ -142,9 +142,6 @@
   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 @@
 {
   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 @@
   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");

Modified: gnunet/src/hostlist/test_hostlist_defaults.conf
===================================================================
--- gnunet/src/hostlist/test_hostlist_defaults.conf     2012-06-01 18:43:42 UTC 
(rev 21712)
+++ gnunet/src/hostlist/test_hostlist_defaults.conf     2012-06-01 18:44:47 UTC 
(rev 21713)
@@ -64,5 +64,5 @@
 [namestore]
 AUTOSTART = NO
 
-[lockamanger]
+[lockmanager]
 AUTOSTART = NO




reply via email to

[Prev in Thread] Current Thread [Next in Thread]