Skip to content

Commit

Permalink
rm redundant print (ithewei#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
steel97 authored Apr 12, 2023
1 parent edc808e commit f607bec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion http/client/HttpClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit f607bec

Please sign in to comment.