diff OrthancServer/main.cpp @ 4026:05a363186da6

ORTHANC_BUILDING_FRAMEWORK_LIBRARY, Orthanc::InitializeFramework()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Jun 2020 16:26:57 +0200
parents 16978ee28588
children e3b3af80732d
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Tue Jun 09 09:20:09 2020 +0200
+++ b/OrthancServer/main.cpp	Tue Jun 09 16:26:57 2020 +0200
@@ -1710,11 +1710,9 @@
     status = -1;
   }
 
-  OrthancFinalize();
-
   LOG(WARNING) << "Orthanc has stopped";
 
-  Logging::Finalize();
+  OrthancFinalize();
 
   return status;
 }