fix debug trace

dev
Yann Collet 2018-11-13 13:27:22 -08:00
parent e4abd28769
commit a29e3d1d01
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ BMK_runOutcome_t BMK_benchFunction(BMK_benchParams_t p,
if ((p.errorFn != NULL) && (p.errorFn(res))) {
RETURN_QUIET_ERROR(BMK_runOutcome_error(res),
"Function benchmark failed on block %u (of size %u) with error %i",
blockNb, (U32)p.srcBuffers[blockNb], (int)res);
blockNb, (U32)p.srcSizes[blockNb], (int)res);
}
dstSize += res;
} }