Skip to content
Snippets Groups Projects
Commit cc298d8d authored by Martine Lenders's avatar Martine Lenders
Browse files

ng_sixlowpan: DEBUG fixes

parent c6fb2618
No related branches found
No related tags found
No related merge requests found
...@@ -141,7 +141,7 @@ static void _receive(ng_pktsnip_t *pkt) ...@@ -141,7 +141,7 @@ static void _receive(ng_pktsnip_t *pkt)
payload->type = NG_NETTYPE_IPV6; payload->type = NG_NETTYPE_IPV6;
if (!ng_netapi_dispatch_receive(NG_NETTYPE_IPV6, NG_NETREG_DEMUX_CTX_ALL, pkt)) { 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); ng_pktbuf_release(pkt);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment