diff OrthancServer/main.cpp @ 2635:33c0b4da8cb2 jobs

integration mainline->jobs
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 May 2018 18:54:38 +0200
parents 1232922c8793 40c7926b75f8
children c691fcf66071
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Fri May 25 18:09:27 2018 +0200
+++ b/OrthancServer/main.cpp	Fri May 25 18:54:38 2018 +0200
@@ -776,9 +776,6 @@
   }
 
   httpServer.Start();
-  LOG(WARNING) << "HTTP server listening on port: " << httpServer.GetPortNumber()
-               << " (HTTPS encryption is "
-               << (httpServer.IsSslEnabled() ? "enabled" : "disabled") << ")";
   
   bool restart = WaitForExit(context, restApi);