# HG changeset patch # User Alain Mazy # Date 1789647161 -7200 # Node ID 67080662c302eeee616734585e0d1a50bf92af23 # Parent b975906b4f05ed255d0935e8e26a33a7f1d1ea3f fix typo -> stop displaying false performance warning diff -r b975906b4f05 -r 67080662c302 Plugin/Plugin.cpp --- a/Plugin/Plugin.cpp Wed Aug 19 10:16:44 2026 +0200 +++ b/Plugin/Plugin.cpp Thu Sep 17 14:12:41 2026 +0200 @@ -615,7 +615,7 @@ SetPluginCanDownloadTranscodedFile(OrthancPlugins::CheckMinimalOrthancVersion(1, 12, 2)); -#if HAS_ORTHANC_PLUGIN_CHUNKED_HTTP_CLIENT == 0 +#if HAS_ORTHANC_PLUGINS_CHUNKED_HTTP_CLIENT == 0 LOG(WARNING) << "Performance warning in DICOMweb: The plugin was compiled against " << "Orthanc SDK <= 1.5.6. STOW and WADO chunked transfers will be entirely stored in RAM."; #endif