Skip to content

Commit c70e4fc

Browse files
committed
netbase: remove unnecessary log message
see bitcoin#27375 (comment)
1 parent a85e5a7 commit c70e4fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/netbase.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,6 @@ std::unique_ptr<Sock> ConnectDirectly(const CService& dest, bool manual_connecti
624624
}
625625

626626
if (!ConnectToSocket(*sock, (struct sockaddr*)&sockaddr, len, dest.ToStringAddrPort(), manual_connection)) {
627-
LogPrintf("Cannot connect to socket for %s\n", dest.ToStringAddrPort());
628627
return {};
629628
}
630629

0 commit comments

Comments
 (0)