1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

ng_sixlowpan: DEBUG fixes

This commit is contained in:
Martine Lenders 2015-07-23 16:56:14 +02:00
parent c6fb2618c4
commit cc298d8dd2

View File

@ -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);
}
}