1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 04:04:16 +00:00

print endpoint if more than two fragments of SessionConfirmed

This commit is contained in:
orignal 2022-12-04 17:08:38 -05:00
parent 8db352b4d0
commit 50abeea82a

View File

@ -878,7 +878,7 @@ namespace transport
// fragmented
if (numFragments > 2)
{
LogPrint (eLogError, "SSU2: Too many fragments ", numFragments, " in SessionConfirmed");
LogPrint (eLogError, "SSU2: Too many fragments ", (int)numFragments, " in SessionConfirmed from ", m_RemoteEndpoint);
return false;
}
if (len < 32)