gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21520 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r21520 - gnunet/src/fs
Date: Wed, 16 May 2012 13:25:20 +0200

Author: grothoff
Date: 2012-05-16 13:25:20 +0200 (Wed, 16 May 2012)
New Revision: 21520

Modified:
   gnunet/src/fs/test_fs_namespace.c
   gnunet/src/fs/test_fs_search.c
Log:
-code cleanup

Modified: gnunet/src/fs/test_fs_namespace.c
===================================================================
--- gnunet/src/fs/test_fs_namespace.c   2012-05-16 11:22:58 UTC (rev 21519)
+++ gnunet/src/fs/test_fs_namespace.c   2012-05-16 11:25:20 UTC (rev 21520)
@@ -69,9 +69,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));
@@ -378,9 +375,6 @@
     "test-fs-namespace",
     "-c",
     "test_fs_namespace_data.conf",
-#if VERBOSE
-    "-L", "DEBUG",
-#endif
     NULL
   };
   struct GNUNET_GETOPT_CommandLineOption options[] = {
@@ -388,11 +382,7 @@
   };
 
   GNUNET_log_setup ("test_fs_namespace",
-#if VERBOSE
-                    "DEBUG",
-#else
                     "WARNING",
-#endif
                     NULL);
   GNUNET_PROGRAM_run ((sizeof (argvx) / sizeof (char *)) - 1, argvx,
                       "test-fs-namespace", "nohelp", options, &run, NULL);

Modified: gnunet/src/fs/test_fs_search.c
===================================================================
--- gnunet/src/fs/test_fs_search.c      2012-05-16 11:22:58 UTC (rev 21519)
+++ gnunet/src/fs/test_fs_search.c      2012-05-16 11:25:20 UTC (rev 21520)
@@ -176,9 +176,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));
@@ -254,9 +251,6 @@
     "test-fs-search",
     "-c",
     "test_fs_search_data.conf",
-#if VERBOSE
-    "-L", "DEBUG",
-#endif
     NULL
   };
   struct GNUNET_GETOPT_CommandLineOption options[] = {
@@ -264,11 +258,7 @@
   };
 
   GNUNET_log_setup ("test_fs_search",
-#if VERBOSE
-                    "DEBUG",
-#else
                     "WARNING",
-#endif
                     NULL);
   GNUNET_PROGRAM_run ((sizeof (argvx) / sizeof (char *)) - 1, argvx,
                       "test-fs-search", "nohelp", options, &run, NULL);




reply via email to

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