diff --git a/reco/qa/CbmRecoQaTask.cxx b/reco/qa/CbmRecoQaTask.cxx
index 17c82881d75aaf27ca2bdbe7b30645b50703b555..d2daa4fa967fa388ee68210a80dacfb24c6d8b40 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;