Mercurial > hg > orthanc-dicomweb
changeset 789:67080662c302 default tip
fix typo -> stop displaying false performance warning
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Thu, 17 Sep 2026 14:12:41 +0200 |
| parents | b975906b4f05 |
| children | |
| files | Plugin/Plugin.cpp |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
