gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7581 - GNUnet/src/setup/qt


From: gnunet
Subject: [GNUnet-SVN] r7581 - GNUnet/src/setup/qt
Date: Wed, 20 Aug 2008 13:05:41 -0600 (MDT)

Author: durner
Date: 2008-08-20 13:05:41 -0600 (Wed, 20 Aug 2008)
New Revision: 7581

Modified:
   GNUnet/src/setup/qt/setupWizard.cc
Log:
verbosity++

Modified: GNUnet/src/setup/qt/setupWizard.cc
===================================================================
--- GNUnet/src/setup/qt/setupWizard.cc  2008-08-20 18:15:29 UTC (rev 7580)
+++ GNUnet/src/setup/qt/setupWizard.cc  2008-08-20 19:05:41 UTC (rev 7581)
@@ -417,7 +417,7 @@
         printf("Running gnunet-update, this may take a while...\n\n");
         cmd = new char[strlen(cfg_fn) + 33];
         memset(&startup, 0, sizeof(startup));
-        sprintf(cmd, "gnunet-update.exe -c \"%s\"", cfg_fn);
+        sprintf(cmd, "gnunet-update.exe -L INFO -c \"%s\"", cfg_fn);
         if (CreateProcessA("gnunet-update.exe", cmd, NULL, NULL, TRUE, 0, 
NULL, bin, &startup, &proc))
         {
           DWORD dwExit;
@@ -435,6 +435,12 @@
           QMessageBox::critical(this, tr("Error"), "Running gnunet-setup 
failed.\n"
                      "This maybe due to insufficient permissions, please check 
the console output and your configuration.\n"
                      "Finally, run gnunet-update manually.");
+        else
+          QMessageBox::information(this, tr("Information"), "Setup is 
complete.\n\n"
+              "Next steps: before you can use GNUnet, the background process 
\"gnunetd\" needs to be started.\n"
+              "This can be done on the user interface's \"General\" tab or by 
using the Windows Service Control Manager "
+              "if you decided to launch it on computer startup.\ngnunetd will 
then connect to the GNUnet network and "
+              "the number of connected peers is displayed at the bottom of the 
user interface.");
 
         delete [] cmd;
 #endif





reply via email to

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