Skip to content

Commit

Permalink
ng_sixlowpan: DEBUG fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Jul 28, 2015
1 parent 3e42009 commit 54337e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/net/network_layer/ng_sixlowpan/ng_sixlowpan.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 54337e2

Please sign in to comment.