changeset 405:0b2e9ebf9b12

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Nov 2025 15:25:25 +0100
parents f1b10507b0d7
children 5986dfd522be
files Applications/Dicomizer.cpp
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Applications/Dicomizer.cpp	Wed Nov 05 15:21:20 2025 +0100
+++ b/Applications/Dicomizer.cpp	Wed Nov 05 15:25:25 2025 +0100
@@ -542,8 +542,7 @@
       }
     }
 #else
-    LOG(WARNING) << "Your version of DCMTK is too old to support the \""
-                 << OrthancWSI::DicomToolbox::GetTagName(DCM_WholeSlideMicroscopyImageFrameTypeSequence) << "\" DICOM tag";
+    LOG(WARNING) << "Your version of DCMTK is too old to support the \"WholeSlideMicroscopyImageFrameTypeSequence\" DICOM tag";
 #endif
 
     if (!sequence2->insert(item2.release(), false, false).good() ||