# HG changeset patch # User Sebastien Jodogne # Date 1591680673 -7200 # Node ID 76aa2fc476d9af08809a580204ff6cf8ea3363e2 # Parent 26b98a066c2e6ed319861cb8cca041b78cd0c88f fix diff -r 26b98a066c2e -r 76aa2fc476d9 Plugin/Plugin.cpp --- 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 */