From fdcea5537c0dc2ef14ce886fc62bcc3dc027b444 Mon Sep 17 00:00:00 2001 From: orignal Date: Tue, 8 Jan 2019 09:35:15 -0500 Subject: [PATCH] show LeaseSet's store type --- daemon/HTTPServer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/HTTPServer.cpp b/daemon/HTTPServer.cpp index 9801f1e1..40f3a0e8 100644 --- a/daemon/HTTPServer.cpp +++ b/daemon/HTTPServer.cpp @@ -471,6 +471,7 @@ namespace http { s << "
!! Invalid !!
\r\n"; s << "
\r\n"; s << "\r\n

\r\n"; + s << "Store type: " << (int)ls.GetStoreType () << "
\r\n"; s << "Expires: " << ConvertTime(ls.GetExpirationTime()) << "
\r\n"; auto leases = ls.GetNonExpiredLeases(); s << "Non Expired Leases: " << leases.size() << "
\r\n";