Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-04-11 11:26:10 +03:00
parent b7e7c6db7b
commit f9f5084dd7
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2

View file

@ -992,7 +992,7 @@ namespace client
void I2PUDPClientTunnel::HandleRecvFromLocal(const boost::system::error_code & ec, std::size_t transferred)
{
if(m_cancel_resolve) {
LogPrint(eLogDebug, "UDP Client: Ignoring incomming data: stoppping");
LogPrint(eLogDebug, "UDP Client: Ignoring incomming data: stopping");
return;
}
if(ec) {