Log when we attempt a connection.

This commit is contained in:
JoelKatz
2013-03-20 02:01:33 -07:00
parent 8dc9b7bc64
commit d8e3cb1217

View File

@@ -319,7 +319,7 @@ Peer::pointer ConnectionPool::peerConnect(const std::string& strIp, int iPort)
if (ppResult)
{
ppResult->connect(strIp, iPort);
cLog(lsTRACE) << "Pool: Connecting: " << ADDRESS_SHARED(ppResult) << ": " << strIp << " " << iPort;
cLog(lsDEBUG) << "Pool: Connecting: " << strIp << " " << iPort;
}
else
{