diff Plugin/Plugin.cpp @ 20:17f775299b4a

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2020 07:52:24 +0200
parents b06103a50c95
children 7c8dfa752242
line wrap: on
line diff
--- a/Plugin/Plugin.cpp	Fri Jan 31 17:47:55 2020 +0100
+++ b/Plugin/Plugin.cpp	Tue Jun 30 07:52:24 2020 +0200
@@ -24,9 +24,9 @@
 
 #include <EmbeddedResources.h>
 
-#include <Core/ChunkedBuffer.h>
-#include <Core/Compression/GzipCompressor.h>
-#include <Core/Logging.h>
+#include <ChunkedBuffer.h>
+#include <Compression/GzipCompressor.h>
+#include <Logging.h>
 
 
 static bool DisplayPerformanceWarning()
@@ -616,7 +616,7 @@
 {
   ORTHANC_PLUGINS_API int32_t OrthancPluginInitialize(OrthancPluginContext* context)
   {
-    Orthanc::Logging::Initialize(context);
+    Orthanc::Logging::InitializePluginContext(context);
     assert(DisplayPerformanceWarning());
 
     OrthancPlugins::SetGlobalContext(context);