removed comment in log abotu bandwidth restriction (not applied)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4123 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2011-04-03 20:15:55 +00:00
parent b9af3bab92
commit bc78397a64

View File

@ -1315,15 +1315,15 @@ int pqissl::accept(SSL *ssl, int fd, struct sockaddr_in foreign_addr) // initiat
out << std::endl; out << std::endl;
out << "\t remoteaddr: " << rs_inet_ntoa(remote_addr.sin_addr); out << "\t remoteaddr: " << rs_inet_ntoa(remote_addr.sin_addr);
out << std::endl; out << std::endl;
if (sameLAN) // if (sameLAN)
{ // {
out << "\tSAME LAN - no bandwidth restrictions!"; // out << "\tSAME LAN - no bandwidth restrictions!";
} // }
else // else
{ // {
out << "\tDifferent LANs - bandwidth restrictions!"; // out << "\tDifferent LANs - bandwidth restrictions!";
} // }
out << std::endl; // out << std::endl;
rslog(RSL_WARNING, pqisslzone, out.str()); rslog(RSL_WARNING, pqisslzone, out.str());
} }