aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-04 13:24:22 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-04 13:24:22 +0000
commita5d0694571db763efd0787a680168492f325b2e6 (patch)
tree1190488e92987d408c93d5b0edf9f0f48d47b81e /src/transport/plugin_transport_wlan.c
parent4bc01ed4fb1083681966558efcbc069876cddcc3 (diff)
downloadgnunet-a5d0694571db763efd0787a680168492f325b2e6.tar.gz
gnunet-a5d0694571db763efd0787a680168492f325b2e6.zip
LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging calls
(#1805).
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index 81f7923e3..2bd2dc9d9 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -101,9 +101,9 @@
101 * DEBUG switch 101 * DEBUG switch
102 */ 102 */
103#define DEBUG_wlan GNUNET_YES 103#define DEBUG_wlan GNUNET_YES
104#define DEBUG_wlan_retransmission GNUNET_NO 104#define DEBUG_wlan_retransmission GNUNET_EXTRA_LOGGING
105#define DEBUG_wlan_ip_udp_packets_on_air GNUNET_NO 105#define DEBUG_wlan_ip_udp_packets_on_air GNUNET_EXTRA_LOGGING
106#define DEBUG_wlan_msg_dump GNUNET_NO 106#define DEBUG_wlan_msg_dump GNUNET_EXTRA_LOGGING
107 107
108 108
109#define IEEE80211_ADDR_LEN 6 /* size of 802.11 address */ 109#define IEEE80211_ADDR_LEN 6 /* size of 802.11 address */