From 320a8053a0d922498269db09ce4a760d9217aa7e Mon Sep 17 00:00:00 2001
From: P-A Loizeau <p.-a.loizeau@gsi.de>
Date: Fri, 12 Jul 2024 18:11:34 +0200
Subject: [PATCH] Switch some Init logs to debug in CbmRecoQaTask

---
 reco/qa/CbmRecoQaTask.cxx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/reco/qa/CbmRecoQaTask.cxx b/reco/qa/CbmRecoQaTask.cxx
index 17c82881d7..d2daa4fa96 100644
--- a/reco/qa/CbmRecoQaTask.cxx
+++ b/reco/qa/CbmRecoQaTask.cxx
@@ -39,7 +39,7 @@ CbmRecoQaTask::CbmRecoQaTask() : FairTask("RecoQA", 0) {}
 //_____________________________________________________________________
 CbmRecoQaTask::Detector* CbmRecoQaTask::AddDetector(ECbmModuleId id)
 {
-  /* Interface to the user. Check that the det defined in the outside world fulfills the quality criteria. 
+  /* Interface to the user. Check that the det defined in the outside world fulfills the quality criteria.
   */
   switch (id) {
     case ECbmModuleId::kMvd:
@@ -1094,8 +1094,8 @@ bool CbmRecoQaTask::Detector::View::Init(const char* dname)
     pos[i]  = 0.5 * (w_lo + w_hi) + tr[i];
   }
 
-  LOG(info) << "CbmRecoQaTask::Detector(" << dname << ")::View(" << name << ")::Init() : size [" << size[0] << " x "
-            << size[1] << " x " << size[2] << "].";
+  LOG(debug) << "CbmRecoQaTask::Detector(" << dname << ")::View(" << name << ")::Init() : size [" << size[0] << " x "
+             << size[1] << " x " << size[2] << "].";
 
   // TODO short-hand for XY display resolution
   int dscale = 10;
-- 
GitLab