mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
removed debug info
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8159 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
3641a6c87c
commit
7b55fc90ff
@ -1490,8 +1490,10 @@ int pqissl::accept_locked(SSL *ssl, int fd, const struct sockaddr_storage &forei
|
|||||||
active = true;
|
active = true;
|
||||||
waiting = WAITING_NOT;
|
waiting = WAITING_NOT;
|
||||||
|
|
||||||
|
#ifdef PQISSL_DEBUG
|
||||||
std::cerr << "pqissl::accept_locked() connection complete - notifying parent";
|
std::cerr << "pqissl::accept_locked() connection complete - notifying parent";
|
||||||
std::cerr << std::endl;
|
std::cerr << std::endl;
|
||||||
|
#endif
|
||||||
|
|
||||||
// Notify the pqiperson.... (Both Connect/Receive)
|
// Notify the pqiperson.... (Both Connect/Receive)
|
||||||
if (parent())
|
if (parent())
|
||||||
|
Loading…
Reference in New Issue
Block a user