mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-13 01:20:22 +03:00
get rid of compiler warnings, add logging
This commit is contained in:
parent
569bd45f10
commit
2248d2ad82
@ -924,8 +924,12 @@ namespace client
|
||||
|
||||
}
|
||||
|
||||
void SAMBridge::HandleForwardedUDP(const boost::system::error_code& ecode, std::size_t bytes_transferrted)
|
||||
void SAMBridge::HandleForwardedUDP(const boost::system::error_code& ecode, std::size_t bytes_transferred)
|
||||
{
|
||||
if(!ecode)
|
||||
{
|
||||
LogPrint("Forwarded ", bytes_transferred, "B");
|
||||
}
|
||||
if(m_Forward)
|
||||
{
|
||||
delete [] m_Forward;
|
||||
|
Loading…
Reference in New Issue
Block a user