Skip to content

Commit 9004d2e

Browse files
njacaziojinhyunni
authored andcommitted
[ALICE3] A3 TOF: warning -> debug (AliceO2Group#11635)
1 parent 701df5b commit 9004d2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ struct OnTheFlyTofPid {
553553
if (simConfig.considerEventTime.value) {
554554
etStatus = eventTime(tracksWithTime, tzero);
555555
if (!etStatus) {
556-
LOG(warning) << "Event time calculation failed with " << tracksWithTime.size() << " tracks with time and " << dNdEta << " charged particles";
556+
LOG(debug) << "Event time calculation failed with " << tracksWithTime.size() << " tracks with time and " << dNdEta << " charged particles";
557557
}
558558
}
559559

0 commit comments

Comments
 (0)