Merge remote-tracking branch 'purple/openssl'

This commit is contained in:
Jeff Becker 2016-08-29 10:56:27 -04:00
commit 048d3c8386
No known key found for this signature in database
GPG key ID: AB950234D6EA286B
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 ();