Skip to content

Commit ba909b9

Browse files
ddobrigkalibuild
andauthored
[Common] Improve warning message for estimator not available (AliceO2Group#10426)
Co-authored-by: ALICE Builder <[email protected]>
1 parent c633260 commit ba909b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/TableProducer/centralityTable.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ struct CentralityTable {
590590
estimator.mCalibrationStored = true;
591591
estimator.isSane();
592592
} else {
593-
LOGF(error, "Calibration information from %s for run %d not available", estimator.name.c_str(), bc.runNumber());
593+
LOGF(info, "Calibration information from %s for run %d not available, will fill this estimator with invalid values and continue (no crash).", estimator.name.c_str(), bc.runNumber());
594594
}
595595
};
596596

0 commit comments

Comments
 (0)