mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 06:25:09 +00:00
net/udp/udp_sendto_buffered.c: Fix a syslog format
This commit is contained in:
parent
634713cec4
commit
ff6201fc0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue