Mercurial > hg > orthanc-dicomweb
changeset 444:233aa8e5bc67
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 09 Jun 2020 07:30:36 +0200 |
parents | 5ae74ce93273 |
children | c71c169a522b |
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: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)