mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 21:18:23 +00:00
net/tcp: change the log level to warning if iob_tryalloc fail
Change-Id: I544d8132ba89eebd9f29e793307010a35d9c161e Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
parent
1a0a0e84a0
commit
4e77f7cf9f
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ uint16_t tcp_datahandler(FAR struct tcp_conn_s *conn, FAR uint8_t *buffer,
|
|||
|
||||
if (iob == NULL)
|
||||
{
|
||||
nerr("ERROR: Failed to create new I/O buffer chain\n");
|
||||
nwarn("ERROR: Failed to create new I/O buffer chain\n");
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue