Skip to content

Commit f4a5e17

Browse files
author
Niveditha Ramasubramanian
committed
gixing some debug statement
1 parent d357d9c commit f4a5e17

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

PWGDQ/Tasks/qaMatching.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2902,9 +2902,7 @@ struct qaMatching {
29022902
static_cast<float>(collision.posZ()));
29032903

29042904
if (fQaMatchingAodDebug > 0 && debugCounter < fQaMatchingAodDebug) {
2905-
LOGF(info, "[AO2D] reducedEvent=%" PRId64 " mftMult=%d",
2906-
reducedEventId,
2907-
static_cast<int>(mftMultiplicity));
2905+
LOGF(info, "[AO2D] reducedEvent=%", reducedEventId);
29082906
debugCounter += 1;
29092907
}
29102908
}

0 commit comments

Comments
 (0)