diff --git a/sys/net/network_layer/ng_sixlowpan/ng_sixlowpan.c b/sys/net/network_layer/ng_sixlowpan/ng_sixlowpan.c index 84fead5bb16a..9bf3b99df434 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); } }