# HG changeset patch # User Sebastien Jodogne # Date 1547747593 -3600 # Node ID 239331e4ee0b34f864ca9a6338d2d668b4e5efc5 # Parent 977158ab06234e051c0ce25dae2f5c500ebd1ecd log about what HTTP server is running diff -r 977158ab0623 -r 239331e4ee0b Core/HttpServer/HttpServer.cpp --- 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