Browse Source

don't print out raw ident

pull/557/head
Jeff Becker 9 years ago
parent
commit
0565519509
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 2
      NetDb.cpp

2
NetDb.cpp

@ -674,7 +674,7 @@ namespace data @@ -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
{

Loading…
Cancel
Save