Skip to content

Commit 11f2862

Browse files
authored
A3 TOF: warning -> debug
1 parent 6500938 commit 11f2862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)