mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #11135 from miri64/gnrc_sixlowpan_frag/fix/rm-printf
gnrc_sixlowpan_frag: replace printf with DEBUG
This commit is contained in:
commit
61572445dc
@ -287,7 +287,7 @@ void gnrc_sixlowpan_frag_send(gnrc_pktsnip_t *pkt, void *ctx, unsigned page)
|
||||
msg.type = GNRC_SIXLOWPAN_MSG_FRAG_SND,
|
||||
msg.content.ptr = fragment_msg;
|
||||
if (msg_send_to_self(&msg) == 0) {
|
||||
printf("6lo frag: message queue full, can't issue next fragment "
|
||||
DEBUG("6lo frag: message queue full, can't issue next fragment "
|
||||
"sending\n");
|
||||
goto error;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user