Merge remote-tracking branch 'purple/openssl'

This commit is contained in:
Jeff Becker
2016-08-29 10:56:27 -04:00
5 changed files with 18 additions and 5 deletions

View File

@@ -954,7 +954,7 @@ namespace transport
{
if (ecode)
{
LogPrint (eLogError, "NTCP: Can't connect to ", conn->GetSocket ().remote_endpoint (), ": ", ecode.message ());
LogPrint (eLogError, "NTCP: Connect error ", ecode.message ());
if (ecode != boost::asio::error::operation_aborted)
i2p::data::netdb.SetUnreachable (conn->GetRemoteIdentity ()->GetIdentHash (), true);
conn->Terminate ();