mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
client: connect_check fail just log once
This commit is contained in:
parent
36af266001
commit
d77a6c397e
1 changed files with 3 additions and 1 deletions
|
@ -95,8 +95,10 @@ lws_client_connect_check(struct lws *wsi)
|
|||
return LCCCR_CONNECTED;
|
||||
}
|
||||
|
||||
lwsl_wsi_notice(wsi, "getsockopt fd %d says err %d",
|
||||
lwsl_wsi_notice(wsi, "getsockopt fd %d says e %d",
|
||||
wsi->desc.sockfd, e);
|
||||
|
||||
return LCCCR_FAILED;
|
||||
}
|
||||
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue