From 6059c3117bf77ed5d08cfb372b8be3a20d49ae19 Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Sun, 29 May 2022 09:33:36 -0500 Subject: [PATCH] Adding debug to when level 3 color table is updated --- scwx-qt/source/scwx/qt/view/level3_product_view.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scwx-qt/source/scwx/qt/view/level3_product_view.cpp b/scwx-qt/source/scwx/qt/view/level3_product_view.cpp index 875fae99..0237fd6d 100644 --- a/scwx-qt/source/scwx/qt/view/level3_product_view.cpp +++ b/scwx-qt/source/scwx/qt/view/level3_product_view.cpp @@ -1,5 +1,6 @@ #include #include +#include #include #include #include @@ -17,6 +18,7 @@ namespace view { static const std::string logPrefix_ = "scwx::qt::view::level3_product_view"; +static const auto logger_ = util::Logger::Create(logPrefix_); static constexpr uint16_t RANGE_FOLDED = 1u; @@ -130,6 +132,8 @@ void Level3ProductView::Update() void Level3ProductView::UpdateColorTable() { + logger_->debug("UpdateColorTable()"); + if (p->graphicMessage_ == nullptr || // p->colorTable_ == nullptr || // !p->colorTable_->IsValid())