diff --git a/PWGHF/TableProducer/candidateCreatorCascade.cxx b/PWGHF/TableProducer/candidateCreatorCascade.cxx index 2fb172f2f38..d7a718807f9 100644 --- a/PWGHF/TableProducer/candidateCreatorCascade.cxx +++ b/PWGHF/TableProducer/candidateCreatorCascade.cxx @@ -227,7 +227,7 @@ struct HfCandidateCreatorCascade { covV[MomInd[i]] = v0row.momentumCovMat()[i]; covV[i] = v0row.positionCovMat()[i]; } - } else { + } else { LOGF(warning, "V0Data not there for V0 %d in HF cascade %d. Skipping candidate.", casc.v0Id(), casc.globalIndex()); continue; // this was inadequately linked, should not happen }