From e4b2acfb14d8094314ccc00eaffb90cce374c936 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 26 Jan 2015 22:27:08 +0000 Subject: -fix logging, set quota to higher for testcase --- src/transport/plugin_transport_wlan.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/transport/plugin_transport_wlan.c') 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, break; } } - LOG (GNUNET_ERROR_TYPE_DEBUG, - "ACK not matched against any active fragmentation with MAC `%s'\n", - wlan_plugin_address_to_string (NULL, - &mas->endpoint->wlan_addr, - sizeof (mas->endpoint->wlan_addr))); + if (NULL == fm) + LOG (GNUNET_ERROR_TYPE_DEBUG, + "ACK not matched against any active fragmentation with MAC `%s'\n", + wlan_plugin_address_to_string (NULL, + &mas->endpoint->wlan_addr, + sizeof (mas->endpoint->wlan_addr))); break; case GNUNET_MESSAGE_TYPE_WLAN_DATA: if (NULL == mas->endpoint) -- cgit v1.2.3