diff --git a/sys/net/gnrc/netif/gnrc_netif.c b/sys/net/gnrc/netif/gnrc_netif.c index 672181f169..404c430a01 100644 --- a/sys/net/gnrc/netif/gnrc_netif.c +++ b/sys/net/gnrc/netif/gnrc_netif.c @@ -1328,7 +1328,7 @@ static void *_gnrc_netif_thread(void *args) DEBUG("gnrc_netif: GNRC_NETDEV_MSG_TYPE_SND received\n"); res = netif->ops->send(netif, msg.content.ptr); if (res < 0) { - DEBUG("gnrc_netif: error sending packet %p (code: %u)\n", + DEBUG("gnrc_netif: error sending packet %p (code: %i)\n", msg.content.ptr, res); } #ifdef MODULE_NETSTATS_L2