don't print out raw ident

This commit is contained in:
Jeff Becker 2016-06-29 15:15:33 -04:00
parent c282d95be1
commit 0565519509
No known key found for this signature in database
GPG key ID: AB950234D6EA286B

View file

@ -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
{