mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-19 03:18:15 -04:00
removed unnecessry debug output from pqissl
This commit is contained in:
parent
eb078d462e
commit
cb5d247565
1 changed files with 4 additions and 1 deletions
|
@ -939,8 +939,9 @@ int pqissl::Basic_Connection_Complete()
|
|||
}
|
||||
else if ((err == EHOSTUNREACH) || (err == EHOSTDOWN))
|
||||
{
|
||||
#ifdef PQISSL_DEBUG
|
||||
rslog(RSL_WARNING, pqisslzone, "pqissl::Basic_Connection_Complete() EHOSTUNREACH/EHOSTDOWN: cert: " + PeerId().toStdString());
|
||||
|
||||
#endif
|
||||
// Then send unreachable message.
|
||||
net_internal_close(sockfd);
|
||||
sockfd=-1;
|
||||
|
@ -951,7 +952,9 @@ int pqissl::Basic_Connection_Complete()
|
|||
}
|
||||
else if (err == ECONNREFUSED)
|
||||
{
|
||||
#ifdef PQISSL_DEBUG
|
||||
rslog(RSL_WARNING, pqisslzone, "pqissl::Basic_Connection_Complete() ECONNREFUSED: cert: " + PeerId().toStdString());
|
||||
#endif
|
||||
|
||||
// Then send unreachable message.
|
||||
net_internal_close(sockfd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue