diff --git a/easywsclient.cpp b/easywsclient.cpp index 501d792..386b7cc 100644 --- a/easywsclient.cpp +++ b/easywsclient.cpp @@ -460,7 +460,7 @@ easywsclient::WebSocket::pointer from_url(const std::string& url, bool useMask, //fprintf(stderr, "easywsclient: connecting: host=%s port=%d path=/%s\n", host, port, path); socket_t sockfd = hostname_connect(host, port); if (sockfd == INVALID_SOCKET) { - fprintf(stderr, "Unable to connect to %s:%d\n", host, port); + //fprintf(stderr, "Unable to connect to %s:%d\n", host, port); return NULL; } {