Skip to content

Commit

Permalink
change TOF LOG severity in decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
noferini committed Jul 13, 2024
1 parent 1511172 commit 34b6824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Detectors/TOF/reconstruction/src/Decoder.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ void Decoder::fromRawHit2Digit(int icrate, int itrm, int itdc, int ichain, int c
dinfo.channel = Geo::getCHFromECH(echannel);

if (dinfo.channel < 0) { // it should not happen!
LOG(error) << "No valid channel for icrate = " << icrate << ", itrm = " << itrm << ", ichain = " << ichain << ", itdc = " << itdc << ", channel = " << channel;
LOG(debug) << "No valid channel for icrate = " << icrate << ", itrm = " << itrm << ", ichain = " << ichain << ", itdc = " << itdc << ", channel = " << channel;
}

dinfo.tot = tot;
Expand Down

0 comments on commit 34b6824

Please sign in to comment.