From: Matthias Wachs Date: Fri, 4 Nov 2011 11:53:19 +0000 (+0000) Subject: starting dummy seems to work, so we can disable output X-Git-Tag: initial-import-from-subversion-38251~16062 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b2a408ab20ced9531db3d09b53eb1de0df03be9b;p=oweals%2Fgnunet.git starting dummy seems to work, so we can disable output --- 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",