Skip to content

Commit 8cbe46e

Browse files
JianLIUhepshahor02
authored andcommitted
Changed LOG level from FATAL to ERROR
1 parent c909fc5 commit 8cbe46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/ITSMFT/common/workflow/src/STFDecoderSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ void STFDecoder<Mapping>::run(ProcessingContext& pc)
188188
const auto& alpParams = o2::itsmft::DPLAlpideParam<o2::detectors::DetID::ITS>::Instance();
189189
int expectedTFSize = static_cast<int>(o2::constants::lhc::LHCMaxBunches * o2::base::GRPGeomHelper::instance().getGRPECS()->getNHBFPerTF() / alpParams.roFrameLengthInBC); // 3564*32 / ROF Length in BS = number of ROFs per TF
190190
if ((expectedTFSize != nTriggersProcessed) && mTFCounter > 1)
191-
LOG(fatal) << "Inconsistent number of ROF per TF. From parameters: " << expectedTFSize << " from readout: " << nTriggersProcessed;
191+
LOG(error) << "Inconsistent number of ROF per TF. From parameters: " << expectedTFSize << " from readout: " << nTriggersProcessed;
192192

193193
if (mDoClusters && mClusterer->getMaxROFDepthToSquash()) {
194194
// Digits squashing require to run on a batch of digits and uses a digit reader, cannot (?) run with decoder

0 commit comments

Comments
 (0)