mirror of
https://github.com/apache/nuttx.git
synced 2026-05-16 05:27:45 +08:00
net/udp/udp_sendto_buffered.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
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
|
||||
|
||||
Reference in New Issue
Block a user