Skip to content

Commit a23d651

Browse files
committed
merge bitcoin#29649: remove unnecessary log message
1 parent 343bf83 commit a23d651

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
@@ -631,7 +631,6 @@ std::unique_ptr<Sock> ConnectDirectly(const CService& dest, bool manual_connecti
631631
}
632632

633633
if (!ConnectToSocket(*sock, (struct sockaddr*)&sockaddr, len, dest.ToStringAddrPort(), manual_connection)) {
634-
LogPrintf("Cannot connect to socket for %s\n", dest.ToStringAddrPort());
635634
return {};
636635
}
637636

0 commit comments

Comments
 (0)