diff --git a/algo/detectors/trd/Cluster2D.cxx b/algo/detectors/trd/Cluster2D.cxx index 19d6d2dcecdf1c511bf6b357c4ce183e5365e8ea..b6285317197eabe6ef6bfb3eae7b16a165e75e79 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;