Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
majestrate committed Jun 30, 2016
1 parent c72d969 commit d765376
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NetDb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,8 @@ namespace data
LogPrint (eLogDebug, "NetDb: requested LeaseSet ", key, " found");
replyMsg = CreateDatabaseStoreMsg (leaseSet);
}
else
LogPrint (eLogDebug, "NetDb: requested Expired LeaseSet ", key);
}

if (!replyMsg)
Expand Down

0 comments on commit d765376

Please sign in to comment.