From 73a522eccafd9bb806df7627773b7f8018e8f1e5 Mon Sep 17 00:00:00 2001 From: Alexandru Bercuci <abercuci@niham.nipne.ro> Date: Sat, 15 Feb 2025 19:27:36 +0100 Subject: [PATCH] Online TRD2D: shift a message from error to debug --- algo/detectors/trd/Cluster2D.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algo/detectors/trd/Cluster2D.cxx b/algo/detectors/trd/Cluster2D.cxx index 19d6d2dcec..b628531719 100644 --- a/algo/detectors/trd/Cluster2D.cxx +++ b/algo/detectors/trd/Cluster2D.cxx @@ -162,7 +162,7 @@ namespace cbm::algo::trd // check column order for cluster /// TO DO: we can probably drop this check if (last_col >= 0 && colT != last_col + 1) { - L_(error) << "TrdModuleRec2D::LoadDigis : digis in cluster not in increasing order !"; + L_(debug) << "TrdModuleRec2D::LoadDigis : digis in cluster not in increasing order !"; return false; } last_col = colT; -- GitLab