diff OrthancServer/main.cpp @ 690:2e67366aab83

case-insensitive matching of Application Entity Titles
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Feb 2014 15:54:46 +0100
parents 2d0a347e8cfc
children c59bc408fb10
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Mon Feb 03 16:06:58 2014 +0100
+++ b/OrthancServer/main.cpp	Tue Feb 04 15:54:46 2014 +0100
@@ -453,5 +453,7 @@
 
   OrthancFinalize();
 
+  LOG(WARNING) << "Orthanc has stopped";
+
   return status;
 }