From 2b44745daaca605cda867d2ef07b31d16b406bd9 Mon Sep 17 00:00:00 2001 From: P-A Loizeau <p.-a.loizeau@gsi.de> Date: Fri, 12 Jul 2024 18:07:47 +0200 Subject: [PATCH] Switch some Init logs to debug in CbmTofTrackingInterface --- core/detectors/tof/CbmTofTrackingInterface.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/detectors/tof/CbmTofTrackingInterface.cxx b/core/detectors/tof/CbmTofTrackingInterface.cxx index aa2c70e58c..a8e4daee0d 100644 --- a/core/detectors/tof/CbmTofTrackingInterface.cxx +++ b/core/detectors/tof/CbmTofTrackingInterface.cxx @@ -102,8 +102,8 @@ InitStatus CbmTofTrackingInterface::Init() auto chLoBoarderY = chPosY - chSizeY; auto chUpBoarderY = chPosY + chSizeY; - LOG(info) << "iSmType=" << iSmType << ", iSm=" << iSm << ", iRpc=" << iRpc << ": trSta=" << iStation - << ", x=" << chPosX << ", y=" << chPosY << ", z=" << chPosZ; + LOG(debug) << "iSmType=" << iSmType << ", iSm=" << iSm << ", iRpc=" << iRpc << ": trSta=" << iStation + << ", x=" << chPosX << ", y=" << chPosY << ", z=" << chPosZ; // Cuts on Bmon and undefined station ID if (5 == iSmType) { -- GitLab