[SSU2] print to log when peer test is sent

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-10-09 18:04:54 +03:00
parent 6b939eba59
commit 714b3856a2
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2

View File

@ -184,6 +184,7 @@ namespace transport
{
payloadSize += CreatePaddingBlock (payload + payloadSize, m_MaxPayloadSize - payloadSize);
SendData (payload, payloadSize);
LogPrint (eLogInfo, "SSU2: Peer test sent to ", i2p::data::GetIdentHashAbbreviation (GetRemoteIdentity ()->GetIdentHash ()));
}
}