Try continuing service if error is not really bad

This commit is contained in:
Jeff Becker 2017-08-31 09:14:33 -04:00
parent 543566840c
commit 3a6fc64a90
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -231,7 +231,10 @@ namespace client
else
{
if (ecode != boost::asio::error::operation_aborted)
{
LogPrint (eLogError, "I2PService: ", GetName(), " closing socket on accept because: ", ecode.message ());
Accept();
}
}
}
}