diff OrthancServer/main.cpp @ 1210:178de5edc0a8 db-changes

comments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Nov 2014 13:56:17 +0100
parents a843ee8bb903
children 5bd4c9f85b4c
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Mon Nov 03 17:11:50 2014 +0100
+++ b/OrthancServer/main.cpp	Tue Nov 04 13:56:17 2014 +0100
@@ -587,10 +587,14 @@
 
 #if ENABLE_PLUGINS == 1
     orthancPlugins.Stop();
+    LOG(WARNING) << "    Plugins have stopped";
 #endif
 
     dicomServer.Stop();
+    LOG(WARNING) << "    DICOM server has stopped";
+
     httpServer.Stop();
+    LOG(WARNING) << "    HTTP server has stopped";
   }
 
   serverFactory.Done();