aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-09-02 12:28:47 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-09-02 12:28:47 +0000
commit3cef85c6998c93aee7f4b6da8092e1e32c6192f1 (patch)
tree93a3c7db8513c4d1391d3f6da31424a9da2f75c3 /src/transport/plugin_transport_wlan.c
parenta8b8940817e70e105dcbc884b81ad3390c5a074c (diff)
downloadgnunet-3cef85c6998c93aee7f4b6da8092e1e32c6192f1.tar.gz
gnunet-3cef85c6998c93aee7f4b6da8092e1e32c6192f1.zip
get improved warning
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index 0d72c1e0f..0e99afa16 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -1695,7 +1695,7 @@ handle_helper_message (void *cls, void *client,
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 GNUNET_break (0);
1698 LOG (GNUNET_ERROR_TYPE_DEBUG, 1698 LOG (GNUNET_ERROR_TYPE_WARNING,
1699 "Size of packet is too small (%u bytes)\n", 1699 "Size of packet is too small (%u bytes)\n",
1700 msize); 1700 msize);
1701 break; 1701 break;