less debug noise

This commit is contained in:
Miguel Freitas 2013-10-28 19:28:15 -02:00
parent c7141bcb2e
commit 5dd9116627

View File

@ -382,7 +382,7 @@ bool static ConnectSocketDirectly(const CService &addrConnect, SOCKET& hSocketRe
}
if (nRet != 0)
{
printf("connect() failed after select(): %s\n",strerror(nRet));
//printf("connect() failed after select(): %s\n",strerror(nRet));
closesocket(hSocket);
return false;
}