1
0
Fork 0
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:
Andy Green 2021-10-19 06:31:58 +01:00
parent 36af266001
commit d77a6c397e

View file

@ -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