net/udp/udp_sendto_buffered.c: Fix a syslog format
This commit is contained in:
parent
634713cec4
commit
ff6201fc0a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user