mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-19 01:09:58 +00:00
commit
4cb2ad48be
@ -381,7 +381,7 @@ namespace transport
|
|||||||
if (remoteIdentity)
|
if (remoteIdentity)
|
||||||
{
|
{
|
||||||
LogPrint (eLogDebug, "NTCP2: Session with ", GetRemoteEndpoint (),
|
LogPrint (eLogDebug, "NTCP2: Session with ", GetRemoteEndpoint (),
|
||||||
" (", i2p::data::GetIdentHashAbbreviation (GetRemoteIdentity ()->GetIdentHash ()), ") terminated");
|
" (", i2p::data::GetIdentHashAbbreviation (remoteIdentity->GetIdentHash ()), ") terminated");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -131,7 +131,7 @@ namespace data
|
|||||||
m_BufferLen = s.tellg ();
|
m_BufferLen = s.tellg ();
|
||||||
if (m_BufferLen < 40 || m_BufferLen > MAX_RI_BUFFER_SIZE)
|
if (m_BufferLen < 40 || m_BufferLen > MAX_RI_BUFFER_SIZE)
|
||||||
{
|
{
|
||||||
LogPrint(eLogError, "RouterInfo: File", fullPath, " is malformed");
|
LogPrint(eLogError, "RouterInfo: File ", fullPath, " is malformed");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
s.seekg(0, std::ios::beg);
|
s.seekg(0, std::ios::beg);
|
||||||
|
@ -277,7 +277,7 @@ namespace transport
|
|||||||
if (remoteIdentity)
|
if (remoteIdentity)
|
||||||
{
|
{
|
||||||
LogPrint (eLogDebug, "SSU2: Session with ", GetRemoteEndpoint (),
|
LogPrint (eLogDebug, "SSU2: Session with ", GetRemoteEndpoint (),
|
||||||
" (", i2p::data::GetIdentHashAbbreviation (GetRemoteIdentity ()->GetIdentHash ()), ") terminated");
|
" (", i2p::data::GetIdentHashAbbreviation (remoteIdentity->GetIdentHash ()), ") terminated");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user