# HG changeset patch # User Sebastien Jodogne # Date 1591680636 -7200 # Node ID 233aa8e5bc6759e1de6d6eb79bfc959d20a7b171 # Parent 5ae74ce93273a1f8dbf15e78db0078c9c8e9fedf fix diff -r 5ae74ce93273 -r 233aa8e5bc67 Plugin/Plugin.cpp --- a/Plugin/Plugin.cpp Fri Jun 05 19:20:43 2020 +0200 +++ b/Plugin/Plugin.cpp Tue Jun 09 07:30:36 2020 +0200 @@ -455,7 +455,7 @@ assert(DisplayPerformanceWarning(context)); OrthancPlugins::SetGlobalContext(context); - Orthanc::Logging::Initialize(context); + Orthanc::Logging::InitializePluginContext(context); /* Check the version of the Orthanc core */ if (OrthancPluginCheckVersion(context) == 0)