changeset 18:76aa2fc476d9

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Jun 2020 07:31:13 +0200
parents 26b98a066c2e
children 4ae1ea2e0398
files Plugin/Plugin.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Plugin/Plugin.cpp	Fri Jun 05 19:21:39 2020 +0200
+++ b/Plugin/Plugin.cpp	Tue Jun 09 07:31:13 2020 +0200
@@ -401,7 +401,7 @@
     try
     {
       OrthancPlugins::SetGlobalContext(context);
-      Orthanc::Logging::Initialize(context);
+      Orthanc::Logging::InitializePluginContext(context);
       LOG(INFO) << "Initializing the decoder/transcoder of medical images using GDCM";
 
       /* Check the version of the Orthanc core */