Browse Source

typo

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1752/head
R4SAS 2 years ago
parent
commit
f9f5084dd7
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 2
      libi2pd_client/I2PTunnel.cpp

2
libi2pd_client/I2PTunnel.cpp

@ -992,7 +992,7 @@ namespace client @@ -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) {

Loading…
Cancel
Save