diff Framework/Toolbox/DicomStructureSet.cpp @ 841:266e2b0b9abc

better error reporting in DicomStructureSetLoader + fixed POST request logic in WebAssemblyOracle + support for LookupTableTextureSceneLayer in OpenGL (NOT using shaders!) (2 new files) + a few small non-functional changes
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 11 Jun 2019 15:41:21 +0200
parents 61ba4b504e9a
children 32eaf4929b08
line wrap: on
line diff
--- a/Framework/Toolbox/DicomStructureSet.cpp	Sun Jun 09 18:47:34 2019 +0200
+++ b/Framework/Toolbox/DicomStructureSet.cpp	Tue Jun 11 15:41:21 2019 +0200
@@ -413,7 +413,7 @@
         countSlices = 0;
       }
 
-      LOG(WARNING) << "New RT structure: \"" << structures_[i].name_ 
+      LOG(INFO) << "New RT structure: \"" << structures_[i].name_ 
                    << "\" with interpretation \"" << structures_[i].interpretation_
                    << "\" containing " << countSlices << " slices (color: " 
                    << static_cast<int>(structures_[i].red_) << ","