diff OrthancServer/Sources/OrthancConfiguration.cpp @ 5747:796cb17db15c find-refactoring

merged default -> find-refactoring
author Alain Mazy <am@orthanc.team>
date Mon, 02 Sep 2024 17:17:22 +0200
parents 078b724dcbf8
children 42ef98bb3c13
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancConfiguration.cpp	Fri Jul 19 14:02:22 2024 +0200
+++ b/OrthancServer/Sources/OrthancConfiguration.cpp	Mon Sep 02 17:17:22 2024 +0200
@@ -1157,6 +1157,10 @@
         {
           warning = Warnings_002_InconsistentDicomTagsInDb;
         }
+        else if (name == "W003_DecoderFailure")
+        {
+          warning = Warnings_003_DecoderFailure;
+        }
         else
         {
           throw OrthancException(ErrorCode_BadFileFormat, name + " is not recognized as a valid warning name");