Skip to content
Snippets Groups Projects
Commit 73a522ec authored by Alexandru Bercuci's avatar Alexandru Bercuci Committed by Pierre-Alain Loizeau
Browse files

Online TRD2D: shift a message from error to debug

parent 9cafccf2
No related branches found
No related tags found
1 merge request!2025CA preparation for beamtime
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment