mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-23 05:47:17 +01:00
don't print out raw ident
This commit is contained in:
parent
c282d95be1
commit
0565519509
|
@ -674,7 +674,7 @@ namespace data
|
||||||
if (!leaseSet)
|
if (!leaseSet)
|
||||||
{
|
{
|
||||||
// no lease set found
|
// no lease set found
|
||||||
LogPrint(eLogDebug, "NetDb: requested LeaseSet not found ident=", ident);
|
LogPrint(eLogDebug, "NetDb: requested LeaseSet not found ident=", ident.ToBase64());
|
||||||
}
|
}
|
||||||
else if (leaseSet->IsExpired ()) // we don't send back our LeaseSets
|
else if (leaseSet->IsExpired ()) // we don't send back our LeaseSets
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue