starting dummy seems to work, so we can disable output
authorMatthias Wachs <wachs@net.in.tum.de>
Fri, 4 Nov 2011 11:53:19 +0000 (11:53 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Fri, 4 Nov 2011 11:53:19 +0000 (11:53 +0000)
src/transport/plugin_transport_wlan.c

index 9976ae65b6b50f0734365523997d8126d7291f58..91f9f9e1fe19fb81c8f7b4e435e44e6b8df2015d 100644 (file)
@@ -1551,11 +1551,10 @@ wlan_transport_start_wlan_helper (struct Plugin *plugin)
   {
 
 #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,11 +1568,10 @@ wlan_transport_start_wlan_helper (struct Plugin *plugin)
   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",