tcp: correct typo in debug message
This commit is contained in:
parent
0554302f77
commit
c0c2a39fd6
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ tcp_server_loop(void *aux)
|
|||
while(1) {
|
||||
r = tvhpoll_wait(tcp_server_poll, &ev, 1, -1);
|
||||
if(r == -1) {
|
||||
perror("tcp_server: tchpoll_wait");
|
||||
perror("tcp_server: tvhpoll_wait");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue