mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03: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
|
||||||
{
|
{
|
||||||
|
@ -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…
Reference in New Issue
Block a user