We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa443c commit c5a96e2Copy full SHA for c5a96e2
src/base/TcpSocketHandler.cpp
@@ -84,7 +84,7 @@ int TcpSocketHandler::connect(const SocketEndpoint &endpoint) {
84
select(sockFd + 1, NULL, &fdset, NULL, &tv);
85
86
if (FD_ISSET(sockFd, &fdset)) {
87
- VLOG(4) << "sockFd " << sockFd << "is selected" << sockFd;
+ VLOG(4) << "sockFd " << sockFd << " is selected";
88
int so_error;
89
socklen_t len = sizeof so_error;
90
0 commit comments