Skip to content

Commit 01c6f00

Browse files
committed
fix warning
1 parent 129256a commit 01c6f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/TableProducer/trackIndexSkimCreator.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1861,7 +1861,7 @@ struct HfTrackIndexSkimCreator {
18611861
} else if (iDecay3P == hf_cand_3prong::DecayType::ChToHeKPi) {
18621862
nucleiType = ChannelsNucleiQA::Helium3;
18631863
} else {
1864-
LOG(fatal, "Unhandled DecayType = %d", static_cast<int>(iDecay3P));
1864+
LOGF(fatal, "Unhandled DecayType = %d", static_cast<int>(iDecay3P));
18651865
}
18661866

18671867
// hypo0: nucleus on track0

0 commit comments

Comments
 (0)