From b2a408ab20ced9531db3d09b53eb1de0df03be9b Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 4 Nov 2011 11:53:19 +0000 Subject: [PATCH] starting dummy seems to work, so we can disable output --- src/transport/plugin_transport_wlan.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c index 9976ae65b..91f9f9e1f 100644 --- a/src/transport/plugin_transport_wlan.c +++ b/src/transport/plugin_transport_wlan.c @@ -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", -- 2.25.1