aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-11-04 11:53:19 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-11-04 11:53:19 +0000
commitb2a408ab20ced9531db3d09b53eb1de0df03be9b (patch)
tree5a805e18b9bf0beee0bc768119d7f04a3bb56b55 /src/transport/plugin_transport_wlan.c
parentb30914a72c5efdadf76f376390b10452c39125c7 (diff)
downloadgnunet-b2a408ab20ced9531db3d09b53eb1de0df03be9b.tar.gz
gnunet-b2a408ab20ced9531db3d09b53eb1de0df03be9b.zip
starting dummy seems to work, so we can disable output
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c10
1 files 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)
1551 { 1551 {
1552 1552
1553#if DEBUG_wlan 1553#if DEBUG_wlan
1554#endif 1554 GNUNET_log_from (GNUNET_ERROR_TYPE_INFO, PLUGIN_LOG_NAME,
1555 GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, PLUGIN_LOG_NAME,
1556 "Starting gnunet-wlan-helper loopback 1 process cmd: %s %s %i\n", 1555 "Starting gnunet-wlan-helper loopback 1 process cmd: %s %s %i\n",
1557 absolute_filename, plugin->interface, plugin->testmode); 1556 absolute_filename, plugin->interface, plugin->testmode);
1558 1557#endif
1559 plugin->server_proc = GNUNET_OS_start_process (plugin->server_stdin, plugin->server_stdout, 1558 plugin->server_proc = GNUNET_OS_start_process (plugin->server_stdin, plugin->server_stdout,
1560 absolute_filename, absolute_filename, "1", 1559 absolute_filename, absolute_filename, "1",
1561 NULL); 1560 NULL);
@@ -1569,11 +1568,10 @@ wlan_transport_start_wlan_helper (struct Plugin *plugin)
1569 else if (plugin->testmode == 2) 1568 else if (plugin->testmode == 2)
1570 { 1569 {
1571#if DEBUG_wlan 1570#if DEBUG_wlan
1572#endif 1571 GNUNET_log_from (GNUNET_ERROR_TYPE_INFO, PLUGIN_LOG_NAME,
1573 GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, PLUGIN_LOG_NAME,
1574 "Starting gnunet-wlan-helper loopback 2 process cmd: %s %s %i\n", 1572 "Starting gnunet-wlan-helper loopback 2 process cmd: %s %s %i\n",
1575 absolute_filename, plugin->interface, plugin->testmode); 1573 absolute_filename, plugin->interface, plugin->testmode);
1576 1574#endif
1577 1575
1578 plugin->server_proc = GNUNET_OS_start_process (plugin->server_stdin, plugin->server_stdout, 1576 plugin->server_proc = GNUNET_OS_start_process (plugin->server_stdin, plugin->server_stdout,
1579 absolute_filename, absolute_filename, "2", 1577 absolute_filename, absolute_filename, "2",