1
0
Ivan 2 жил өмнө
parent
commit
f607becbac

+ 0 - 1
http/client/HttpClient.cpp

@@ -209,7 +209,6 @@ int http_client_connect(http_client_t* cli, const char* host, int port, int http
     }
     int connfd = ConnectTimeout(host, port, blocktime);
     if (connfd < 0) {
-        fprintf(stderr, "* connect %s:%d failed!\n", host, port);
         hloge("connect %s:%d failed!", host, port);
         return connfd;
     }