gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r17982 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r17982 - gnunet/src/transport
Date: Fri, 4 Nov 2011 12:53:19 +0100

Author: wachs
Date: 2011-11-04 12:53:19 +0100 (Fri, 04 Nov 2011)
New Revision: 17982

Modified:
   gnunet/src/transport/plugin_transport_wlan.c
Log:
starting dummy seems to work, so we can disable output


Modified: gnunet/src/transport/plugin_transport_wlan.c
===================================================================
--- gnunet/src/transport/plugin_transport_wlan.c        2011-11-04 10:04:15 UTC 
(rev 17981)
+++ gnunet/src/transport/plugin_transport_wlan.c        2011-11-04 11:53:19 UTC 
(rev 17982)
@@ -1551,11 +1551,10 @@
   {
 
 #if DEBUG_wlan
-#endif
-    GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, PLUGIN_LOG_NAME,
+    GNUNET_log_from (GNUNET_ERROR_TYPE_INFO, PLUGIN_LOG_NAME,
                      "Starting gnunet-wlan-helper loopback 1 process cmd: %s 
%s %i\n",
                      absolute_filename, plugin->interface, plugin->testmode);
-
+#endif
     plugin->server_proc = GNUNET_OS_start_process (plugin->server_stdin, 
plugin->server_stdout,
                                   absolute_filename, absolute_filename, "1",
                                   NULL);
@@ -1569,12 +1568,11 @@
   else if (plugin->testmode == 2)
   {
 #if DEBUG_wlan
-#endif
-    GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, PLUGIN_LOG_NAME,
+    GNUNET_log_from (GNUNET_ERROR_TYPE_INFO, PLUGIN_LOG_NAME,
                      "Starting gnunet-wlan-helper loopback 2 process cmd: %s 
%s %i\n",
                      absolute_filename, plugin->interface, plugin->testmode);
+#endif
 
-
       plugin->server_proc = GNUNET_OS_start_process (plugin->server_stdin, 
plugin->server_stdout,
                                    absolute_filename, absolute_filename, "2",
                                    NULL);




reply via email to

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