gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1672 - in GNUnet/src: applications/fs/ecrs applications/fs


From: grothoff
Subject: [GNUnet-SVN] r1672 - in GNUnet/src: applications/fs/ecrs applications/fs/lib applications/sqstore_sqlite util
Date: Sun, 14 Aug 2005 20:20:09 -0700 (PDT)

Author: grothoff
Date: 2005-08-14 20:20:07 -0700 (Sun, 14 Aug 2005)
New Revision: 1672

Modified:
   GNUnet/src/applications/fs/ecrs/namespacetest.c
   GNUnet/src/applications/fs/lib/check.conf
   GNUnet/src/applications/fs/lib/fslibtest.c
   GNUnet/src/applications/sqstore_sqlite/sqlite.c
   GNUnet/src/util/statuscallstest.c
Log:
sync

Modified: GNUnet/src/applications/fs/ecrs/namespacetest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/namespacetest.c     2005-08-15 01:53:03 UTC 
(rev 1671)
+++ GNUnet/src/applications/fs/ecrs/namespacetest.c     2005-08-15 03:20:07 UTC 
(rev 1672)
@@ -94,7 +94,7 @@
                                     NULL));
   FREENONNULL(setConfigurationString("GNUNET",
                                     "LOGLEVEL",
-                                    "WARNING"));
+                                    "ERROR"));
   FREENONNULL(setConfigurationString("GNUNET",
                                     "GNUNETD-CONFIG",
                                     "check.conf"));

Modified: GNUnet/src/applications/fs/lib/check.conf
===================================================================
--- GNUnet/src/applications/fs/lib/check.conf   2005-08-15 01:53:03 UTC (rev 
1671)
+++ GNUnet/src/applications/fs/lib/check.conf   2005-08-15 03:20:07 UTC (rev 
1672)
@@ -5,7 +5,7 @@
 GNUNETD_HOME     = /tmp/gnunet-check-fslib
 VALGRIND        = 300
 HELLOEXPIRES     = 60
-LOGLEVEL        = DEBUG 
+LOGLEVEL        = ERROR
 LOGFILE         = $GNUNETD_HOME/logs
 KEEPLOG         = 0
 PIDFILE         = $GNUNETD_HOME/gnunetd.pid

Modified: GNUnet/src/applications/fs/lib/fslibtest.c
===================================================================
--- GNUnet/src/applications/fs/lib/fslibtest.c  2005-08-15 01:53:03 UTC (rev 
1671)
+++ GNUnet/src/applications/fs/lib/fslibtest.c  2005-08-15 03:20:07 UTC (rev 
1672)
@@ -41,7 +41,7 @@
                                     NULL));
   FREENONNULL(setConfigurationString("GNUNET",
                                     "LOGLEVEL",
-                                    "WARNING"));
+                                    "ERROR"));
   FREENONNULL(setConfigurationString("GNUNET",
                                     "GNUNETD-CONFIG",
                                     "check.conf"));

Modified: GNUnet/src/applications/sqstore_sqlite/sqlite.c
===================================================================
--- GNUnet/src/applications/sqstore_sqlite/sqlite.c     2005-08-15 01:53:03 UTC 
(rev 1671)
+++ GNUnet/src/applications/sqstore_sqlite/sqlite.c     2005-08-15 03:20:07 UTC 
(rev 1672)
@@ -33,7 +33,7 @@
 #include "gnunet_protocols.h"
 #include <sqlite3.h>
 
-#define DEBUG_SQLITE YES
+#define DEBUG_SQLITE NO
 
 /**
  * Die with an error message that indicates

Modified: GNUnet/src/util/statuscallstest.c
===================================================================
--- GNUnet/src/util/statuscallstest.c   2005-08-15 01:53:03 UTC (rev 1671)
+++ GNUnet/src/util/statuscallstest.c   2005-08-15 03:20:07 UTC (rev 1672)
@@ -21,7 +21,7 @@
                                     "/tmp/gnunet_test/"));
   FREENONNULL(setConfigurationString("FILES",
                                     "gnunet.conf",
-                                    "/tmp/gnunet_test/gnunet.conf"));
+                                    "check.conf"));
   while (1) {
     int option_index = 0;
     static struct GNoption long_options[] = {





reply via email to

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