gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8620 - GNUnet/src/applications/testing


From: gnunet
Subject: [GNUnet-SVN] r8620 - GNUnet/src/applications/testing
Date: Thu, 2 Jul 2009 15:24:25 -0600

Author: nevans
Date: 2009-07-02 15:24:25 -0600 (Thu, 02 Jul 2009)
New Revision: 8620

Modified:
   GNUnet/src/applications/testing/remote.c
Log:
logging fix

Modified: GNUnet/src/applications/testing/remote.c
===================================================================
--- GNUnet/src/applications/testing/remote.c    2009-07-02 18:54:46 UTC (rev 
8619)
+++ GNUnet/src/applications/testing/remote.c    2009-07-02 21:24:25 UTC (rev 
8620)
@@ -402,20 +402,20 @@
                                                 "GNUNETD_HOME",
                                                 remote_config_path);
       GNUNET_GC_set_configuration_value_string (basecfg, NULL,
-                                                "MYSQL_LOGGING",
+                                                "MULTIPLE_SERVER_TESTING",
                                                 "MYSQL_SERVER", mysql_server);
       GNUNET_GC_set_configuration_value_string (basecfg, NULL,
-                                                "MYSQL_LOGGING", "MYSQL_DB",
+                                                "MULTIPLE_SERVER_TESTING", 
"MYSQL_DB",
                                                 mysql_db);
       GNUNET_GC_set_configuration_value_string (basecfg, NULL,
-                                                "MYSQL_LOGGING", "MYSQL_USER",
+                                                "MULTIPLE_SERVER_TESTING", 
"MYSQL_USER",
                                                 mysql_user);
       GNUNET_GC_set_configuration_value_string (basecfg, NULL,
-                                                "MYSQL_LOGGING",
+                                                "MULTIPLE_SERVER_TESTING",
                                                 "MYSQL_PASSWORD",
                                                 mysql_password);
       GNUNET_GC_set_configuration_value_number (basecfg, NULL,
-                                                "MYSQL_LOGGING", "MYSQL_PORT",
+                                                "MULTIPLE_SERVER_TESTING", 
"MYSQL_PORT",
                                                 mysql_port);
 
       while (hostnames[pos] != ' ' && pos > 0)





reply via email to

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