mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Log when we attempt a connection.
This commit is contained in:
@@ -319,7 +319,7 @@ Peer::pointer ConnectionPool::peerConnect(const std::string& strIp, int iPort)
|
|||||||
if (ppResult)
|
if (ppResult)
|
||||||
{
|
{
|
||||||
ppResult->connect(strIp, iPort);
|
ppResult->connect(strIp, iPort);
|
||||||
cLog(lsTRACE) << "Pool: Connecting: " << ADDRESS_SHARED(ppResult) << ": " << strIp << " " << iPort;
|
cLog(lsDEBUG) << "Pool: Connecting: " << strIp << " " << iPort;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user