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 71fe91a commit 62fffc9Copy full SHA for 62fffc9
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