mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
don't print out raw ident
This commit is contained in:
@@ -674,7 +674,7 @@ namespace data
|
||||
if (!leaseSet)
|
||||
{
|
||||
// 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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user