diff Applications/Samples/Common/RtViewerView.cpp @ 1910:f81cdf283859

display RT-STRUCT before the referenced slices get loaded
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 01 Feb 2022 10:40:35 +0100
parents c7bc9e1776a6
children 07964689cb0b
line wrap: on
line diff
--- a/Applications/Samples/Common/RtViewerView.cpp	Tue Feb 01 08:56:36 2022 +0100
+++ b/Applications/Samples/Common/RtViewerView.cpp	Tue Feb 01 10:40:35 2022 +0100
@@ -194,7 +194,7 @@
       {
         next = static_cast<size_t>(temp);
       }
-      LOG(INFO) << "RtViewerView::Scroll(" << delta << ") --> slice is now = " << next;
+      LOG(TRACE) << "RtViewerView::Scroll(" << delta << ") --> slice is now = " << next;
 
       if (next != static_cast<int>(currentPlane_))
       {