Browse Source

print store hash for encrypted LeaseSet

pull/1347/head
orignal 5 years ago
parent
commit
f6199c6c17
  1. 2
      libi2pd/NetDb.cpp

2
libi2pd/NetDb.cpp

@ -1243,7 +1243,7 @@ namespace data @@ -1243,7 +1243,7 @@ namespace data
{
if (!it->second->IsValid () || ts > it->second->GetExpirationTime () - LEASE_ENDDATE_THRESHOLD)
{
LogPrint (eLogInfo, "NetDb: LeaseSet ", it->second->GetIdentHash ().ToBase64 (), " expired or invalid");
LogPrint (eLogInfo, "NetDb: LeaseSet ", it->first.ToBase64 (), " expired or invalid");
it = m_LeaseSets.erase (it);
}
else

Loading…
Cancel
Save