aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-26 22:27:08 +0000
committerChristian Grothoff <christian@grothoff.org>2015-01-26 22:27:08 +0000
commite4b2acfb14d8094314ccc00eaffb90cce374c936 (patch)
treeae11c8e3660acdca84ee86883ae8ace18e24cd0f /src/transport/plugin_transport_wlan.c
parent16ecacc41c1238bb327969a09778c25059ea7304 (diff)
downloadgnunet-e4b2acfb14d8094314ccc00eaffb90cce374c936.tar.gz
gnunet-e4b2acfb14d8094314ccc00eaffb90cce374c936.zip
-fix logging, set quota to higher for testcase
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index e5080c046..425007f6b 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -1563,11 +1563,12 @@ process_data (void *cls,
1563 break; 1563 break;
1564 } 1564 }
1565 } 1565 }
1566 LOG (GNUNET_ERROR_TYPE_DEBUG, 1566 if (NULL == fm)
1567 "ACK not matched against any active fragmentation with MAC `%s'\n", 1567 LOG (GNUNET_ERROR_TYPE_DEBUG,
1568 wlan_plugin_address_to_string (NULL, 1568 "ACK not matched against any active fragmentation with MAC `%s'\n",
1569 &mas->endpoint->wlan_addr, 1569 wlan_plugin_address_to_string (NULL,
1570 sizeof (mas->endpoint->wlan_addr))); 1570 &mas->endpoint->wlan_addr,
1571 sizeof (mas->endpoint->wlan_addr)));
1571 break; 1572 break;
1572 case GNUNET_MESSAGE_TYPE_WLAN_DATA: 1573 case GNUNET_MESSAGE_TYPE_WLAN_DATA:
1573 if (NULL == mas->endpoint) 1574 if (NULL == mas->endpoint)