IssueNo:#I3UKNE

Description:delete PRINTK log
Sig:phone
Feature or Bugfix:Bugfix
Binary Source:No

Signed-off-by: YOUR_NAME <liujiandong1@huawei.com>
This commit is contained in:
YOUR_NAME 2021-06-07 12:01:52 +08:00
parent c059be5ec8
commit ece0e8ae06
1 changed files with 0 additions and 2 deletions

2
net/lwip-2.1/porting/src/sockets.c Executable file → Normal file
View File

@ -1570,8 +1570,6 @@ int socks_close(int sockfd)
SYS_ARCH_UNPROTECT(lev);
done_socket(sock);
return lwip_close(sockfd);
} else {
PRINTK("no close socket s_refcount = %d\n", sock->s_refcount);
}
sock->s_refcount--;