mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
logging
This commit is contained in:
parent
aa11a5deb8
commit
287e32aaed
1 changed files with 1 additions and 1 deletions
|
@ -575,7 +575,7 @@ namespace client
|
||||||
if(dgram) {
|
if(dgram) {
|
||||||
LastActivity = i2p::util::GetMillisecondsSinceEpoch();
|
LastActivity = i2p::util::GetMillisecondsSinceEpoch();
|
||||||
dgram->SendDatagramTo(m_Buffer, len, Identity, RemotePort, LocalPort);
|
dgram->SendDatagramTo(m_Buffer, len, Identity, RemotePort, LocalPort);
|
||||||
LogPrint(eLogDebug, "UDPSession: forward ", len, "B to ", Identity.ToBase32());
|
LogPrint(eLogDebug, "UDPSession: forward ", len, "B to ", Identity.ToBase32(), " from ", Destination->GetIdentHash().ToBase32());
|
||||||
} else {
|
} else {
|
||||||
LogPrint(eLogWarning, "UDPSession: no datagram destination");
|
LogPrint(eLogWarning, "UDPSession: no datagram destination");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue