We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d357d9c commit f4a5e17Copy full SHA for f4a5e17
PWGDQ/Tasks/qaMatching.cxx
@@ -2902,9 +2902,7 @@ struct qaMatching {
2902
static_cast<float>(collision.posZ()));
2903
2904
if (fQaMatchingAodDebug > 0 && debugCounter < fQaMatchingAodDebug) {
2905
- LOGF(info, "[AO2D] reducedEvent=%" PRId64 " mftMult=%d",
2906
- reducedEventId,
2907
- static_cast<int>(mftMultiplicity));
+ LOGF(info, "[AO2D] reducedEvent=%", reducedEventId);
2908
debugCounter += 1;
2909
}
2910
0 commit comments