DumpState: include SSL & termination settings.

Change-Id: I14d1d79d5ab1650661c493d8965cf41ac84c17c1
This commit is contained in:
Michael Meeks 2017-05-12 03:06:31 +01:00
parent 29b92444b1
commit 473c511cc0

View file

@ -2226,6 +2226,8 @@ public:
os << "LOOLWSDServer:\n"
<< " Ports: server " << ClientPortNumber
<< " prisoner " << MasterPortNumber << "\n"
<< " SSL: " << (LOOLWSD::isSSLEnabled() ? "https" : "http") << "\n"
<< " SSL-Termination: " << (LOOLWSD::isSSLTermination() ? "yes" : "no") << "\n"
<< " TerminationFlag: " << TerminationFlag << "\n"
<< " isShuttingDown: " << ShutdownRequestFlag << "\n"
<< " NewChildren: " << NewChildren.size() << "\n"