We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6500938 commit 11f2862Copy full SHA for 11f2862
ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx
@@ -553,7 +553,7 @@ struct OnTheFlyTofPid {
553
if (simConfig.considerEventTime.value) {
554
etStatus = eventTime(tracksWithTime, tzero);
555
if (!etStatus) {
556
- LOG(warning) << "Event time calculation failed with " << tracksWithTime.size() << " tracks with time and " << dNdEta << " charged particles";
+ LOG(debug) << "Event time calculation failed with " << tracksWithTime.size() << " tracks with time and " << dNdEta << " charged particles";
557
}
558
559
0 commit comments