net/udp/udp_sendto_buffered.c: Fix a syslog format

This commit is contained in:
YAMAMOTO Takashi 2020-11-25 07:42:10 +09:00 committed by Xiang Xiao
parent 634713cec4
commit ff6201fc0a

View File

@ -435,7 +435,7 @@ static uint16_t sendto_eventhandler(FAR struct net_driver_s *dev,
*/
sndlen = wrb->wb_iob->io_pktlen;
ninfo("wrb=%p sndlen=%u\n", wrb, sndlen);
ninfo("wrb=%p sndlen=%zu\n", wrb, sndlen);
#ifdef NEED_IPDOMAIN_SUPPORT
/* If both IPv4 and IPv6 support are enabled, then we will need to