mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
pqissl silence extra debug message
This commit is contained in:
parent
8245d74b3f
commit
c19919962d
@ -585,16 +585,13 @@ int pqissl::Delay_Connection()
|
|||||||
int pqissl::Initiate_Connection()
|
int pqissl::Initiate_Connection()
|
||||||
{
|
{
|
||||||
#ifdef PQISSL_DEBUG
|
#ifdef PQISSL_DEBUG
|
||||||
std::cout << __PRETTY_FUNCTION__ << std::endl;
|
std::cerr << __PRETTY_FUNCTION__ << " "
|
||||||
|
<< sockaddr_storage_tostring(remote_addr) << std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int err;
|
int err;
|
||||||
sockaddr_storage addr; sockaddr_storage_copy(remote_addr, addr);
|
sockaddr_storage addr; sockaddr_storage_copy(remote_addr, addr);
|
||||||
|
|
||||||
std::cerr << __PRETTY_FUNCTION__ << " " << sockaddr_storage_tostring(addr)
|
|
||||||
<< std::endl;
|
|
||||||
|
|
||||||
|
|
||||||
if(waiting != WAITING_DELAY)
|
if(waiting != WAITING_DELAY)
|
||||||
{
|
{
|
||||||
std::cerr << __PRETTY_FUNCTION__ << " Already Attempt in Progress!"
|
std::cerr << __PRETTY_FUNCTION__ << " Already Attempt in Progress!"
|
||||||
|
Loading…
Reference in New Issue
Block a user