mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 13:18:50 +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:
parent
3387da6316
commit
c7500c5c9d
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue