mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Typo.
This commit is contained in:
@@ -177,7 +177,7 @@ bool ConnectionPool::connectTo(const std::string& strIp, int iPort)
|
||||
if (it == mIpMap.end())
|
||||
{
|
||||
// Did not find it. Not already connecting or connected.
|
||||
std::cerr << "ConnectionPool::connectTo: Connectting: "
|
||||
std::cerr << "ConnectionPool::connectTo: Connecting: "
|
||||
<< strIp << " " << iPort << std::endl;
|
||||
|
||||
Peer::pointer peer(Peer::create(theApp->getIOService(), mCtx));
|
||||
|
||||
Reference in New Issue
Block a user