From cc298d8dd2109764b3bcdf67209c25c281c5a967 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Thu, 23 Jul 2015 16:56:14 +0200 Subject: [PATCH] ng_sixlowpan: DEBUG fixes --- sys/net/network_layer/ng_sixlowpan/ng_sixlowpan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net/network_layer/ng_sixlowpan/ng_sixlowpan.c b/sys/net/network_layer/ng_sixlowpan/ng_sixlowpan.c index 94c1b35f81..af3034fcb8 100644 --- a/sys/net/network_layer/ng_sixlowpan/ng_sixlowpan.c +++ b/sys/net/network_layer/ng_sixlowpan/ng_sixlowpan.c @@ -141,7 +141,7 @@ static void _receive(ng_pktsnip_t *pkt) payload->type = NG_NETTYPE_IPV6; if (!ng_netapi_dispatch_receive(NG_NETTYPE_IPV6, NG_NETREG_DEMUX_CTX_ALL, pkt)) { - DEBUG("ipv6: No receivers for this packet found\n"); + DEBUG("6lo: No receivers for this packet found\n"); ng_pktbuf_release(pkt); } }