diff --git a/core/detectors/tof/CbmTofDigiBdfPar.cxx b/core/detectors/tof/CbmTofDigiBdfPar.cxx index ac73276eeae7a5dcd8c0400c86da2f4583b6e51a..1f405887847fdce6bf6294e00b96a8d251a25b45 100644 --- a/core/detectors/tof/CbmTofDigiBdfPar.cxx +++ b/core/detectors/tof/CbmTofDigiBdfPar.cxx @@ -232,9 +232,9 @@ Bool_t CbmTofDigiBdfPar::getParams(FairParamList* l) for (Int_t iSmType = 0; iSmType < fiNbSmTypes; iSmType++) { fiTrkStation[iSmType].Set(fiNbSm[iSmType] * fiNbRpc[iSmType]); if (!l->fill(Form("TrkStation%03d", iSmType), &(fiTrkStation[iSmType]))) { - LOG(info) << "CbmTofDigiBdfPar::getParams => parameter " << Form("TrkStation%03d", iSmType) - << " not found in the text file. " - << "Initialized to 0 "; + LOG(error) << "CbmTofDigiBdfPar::getParams => parameter " << Form("TrkStation%03d", iSmType) + << " not found in the text file. " + << "Initialized to 0 "; for (Int_t iRpc = 0; iRpc < fiNbSm[iSmType] * fiNbRpc[iSmType]; iRpc++) fiTrkStation[iSmType].SetAt(0, iRpc); //return kFALSE;