Skip to content

Commit e9ace9d

Browse files
committed
GPU: Improve debug message
1 parent 8f27de5 commit e9ace9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GPU/GPUTracking/Global/GPUChainTrackingClusterizer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ int32_t GPUChainTracking::RunTPCClusterizer_prepare(bool restorePointers, const
672672
if (mIOPtrs.tpcZS->sector[iSector].count[0]) {
673673
const void* rdh = mIOPtrs.tpcZS->sector[iSector].zsPtr[0][0];
674674
if (rdh && o2::raw::RDHUtils::getVersion<o2::header::RAWDataHeaderV6>() > o2::raw::RDHUtils::getVersion(rdh)) {
675-
GPUError("Data has invalid RDH version %d, %d required\n", o2::raw::RDHUtils::getVersion(rdh), o2::raw::RDHUtils::getVersion<o2::header::RAWDataHeader>());
675+
GPUError("Data has invalid RDH version %d, %d required (sector %d)\n", o2::raw::RDHUtils::getVersion(rdh), o2::raw::RDHUtils::getVersion<o2::header::RAWDataHeader>(), iSector);
676676
return 1;
677677
}
678678
}

0 commit comments

Comments
 (0)