diff OrthancServer/main.cpp @ 2633:40c7926b75f8

log about remote access allowed
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 May 2018 18:53:47 +0200
parents fcf447be9e97
children 33c0b4da8cb2 52217dc47a4e
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Wed May 16 14:32:56 2018 +0200
+++ b/OrthancServer/main.cpp	Fri May 25 18:53:47 2018 +0200
@@ -793,9 +793,6 @@
   }
 
   httpServer.Start();
-  LOG(WARNING) << "HTTP server listening on port: " << httpServer.GetPortNumber()
-               << " (HTTPS encryption is "
-               << (httpServer.IsSslEnabled() ? "enabled" : "disabled") << ")";
   
   bool restart = WaitForExit(context, restApi);