aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-09-02 13:49:09 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-09-02 13:49:09 +0000
commite1adb869951412b5a60a7e7e686d1477f8f4af71 (patch)
tree7b60cfcbde21143a3fd96bb525a825e28fa8e9bc /src/transport/plugin_transport_wlan.c
parent3a020e9cd2c06379ca6bb46e282dddc9e95062a5 (diff)
downloadgnunet-e1adb869951412b5a60a7e7e686d1477f8f4af71.tar.gz
gnunet-e1adb869951412b5a60a7e7e686d1477f8f4af71.zip
no one cares about this message
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index 0082fe164..912ff9a12 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -1694,8 +1694,7 @@ handle_helper_message (void *cls, void *client,
1694 GNUNET_NO); 1694 GNUNET_NO);
1695 if (msize < sizeof (struct GNUNET_TRANSPORT_WLAN_RadiotapReceiveMessage)) 1695 if (msize < sizeof (struct GNUNET_TRANSPORT_WLAN_RadiotapReceiveMessage))
1696 { 1696 {
1697 GNUNET_break (0); 1697 LOG (GNUNET_ERROR_TYPE_DEBUG,
1698 LOG (GNUNET_ERROR_TYPE_WARNING,
1699 "Size of packet is too small (%u bytes < %u)\n", 1698 "Size of packet is too small (%u bytes < %u)\n",
1700 msize, sizeof (struct GNUNET_TRANSPORT_WLAN_RadiotapReceiveMessage)); 1699 msize, sizeof (struct GNUNET_TRANSPORT_WLAN_RadiotapReceiveMessage));
1701 break; 1700 break;