diff OrthancServer/main.cpp @ 178:5739b4d10a4b

hashing
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Nov 2012 11:13:29 +0100
parents 662af781a227
children 8e673a65564d
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Fri Nov 09 10:42:00 2012 +0100
+++ b/OrthancServer/main.cpp	Fri Nov 09 11:13:29 2012 +0100
@@ -249,8 +249,8 @@
         httpServer.SetSslEnabled(false);
       }
 
-      LOG(INFO) << "DICOM server listening on port: " << dicomServer.GetPortNumber();
-      LOG(INFO) << "HTTP server listening on port: " << httpServer.GetPortNumber();
+      LOG(WARNING) << "DICOM server listening on port: " << dicomServer.GetPortNumber();
+      LOG(WARNING) << "HTTP server listening on port: " << httpServer.GetPortNumber();
 
 #if ORTHANC_STANDALONE == 1
       httpServer.RegisterHandler(new EmbeddedResourceHttpHandler("/app", EmbeddedResources::ORTHANC_EXPLORER));