mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-08-07 01:50:38 +00:00
logging fixes
This commit is contained in:
+1
-1
@@ -381,7 +381,7 @@ namespace transport
|
||||
if (remoteIdentity)
|
||||
{
|
||||
LogPrint (eLogDebug, "NTCP2: Session with ", GetRemoteEndpoint (),
|
||||
" (", i2p::data::GetIdentHashAbbreviation (GetRemoteIdentity ()->GetIdentHash ()), ") terminated");
|
||||
" (", i2p::data::GetIdentHashAbbreviation (remoteIdentity->GetIdentHash ()), ") terminated");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user