mirror of
https://github.com/apache/nuttx.git
synced 2025-12-19 01:29:44 +08:00
net: tcp: Fix port info in warning message in tcp_input.c
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
committed by
Xiang Xiao
parent
3387da6316
commit
c7500c5c9d
@@ -591,7 +591,7 @@ found:
|
||||
|
||||
nwarn("WARNING: Listen canceled while waiting for ACK on "
|
||||
"port %d\n",
|
||||
tcp->destport);
|
||||
ntohs(tcp->destport));
|
||||
|
||||
/* Free the connection structure */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user