diff Core/HttpServer/HttpServer.cpp @ 3145:239331e4ee0b

log about what HTTP server is running
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Jan 2019 18:53:13 +0100
parents ab46e537f92e
children 6e8822be2f08
line wrap: on
line diff
--- a/Core/HttpServer/HttpServer.cpp	Thu Jan 17 18:32:42 2019 +0100
+++ b/Core/HttpServer/HttpServer.cpp	Thu Jan 17 18:53:13 2019 +0100
@@ -936,6 +936,14 @@
     threadsCount_ = 50;  // Default value in mongoose
     tcpNoDelay_ = true;
 
+#if ORTHANC_ENABLE_MONGOOSE == 1
+    LOG(INFO) << "This Orthanc server uses Mongoose as its embedded HTTP server";
+#endif
+
+#if ORTHANC_ENABLE_CIVETWEB == 1
+    LOG(INFO) << "This Orthanc server uses CivetWeb as its embedded HTTP server";
+#endif
+
 #if ORTHANC_ENABLE_SSL == 1
     // Check for the Heartbleed exploit
     // https://en.wikipedia.org/wiki/OpenSSL#Heartbleed_bug