diff --git a/NetDb.cpp b/NetDb.cpp index 28063cd3..c7c54176 100644 --- a/NetDb.cpp +++ b/NetDb.cpp @@ -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)